diff --git a/frontend/src/components/homepage-features.js b/frontend/src/components/homepage-features.js index 9353f37236051c5e16197aef2abc0e1b39997eeb..92b463476be8c7c36eee6785af3a9c46e020b859 100644 --- a/frontend/src/components/homepage-features.js +++ b/frontend/src/components/homepage-features.js @@ -35,7 +35,13 @@ const FeatureList = [ description: ( <> Render badges in your own application using our{' '} - <a href="https://www.npmjs.com/package/badge-maker">NPM library</a> + <a + href="https://www.npmjs.com/package/badge-maker" + rel="noreferrer" + target="_blank" + > + NPM library + </a> <br /> <code>npm install badge-maker</code> </> @@ -46,7 +52,11 @@ const FeatureList = [ description: ( <> Host a shields instance behind your firewall with our{' '} - <a href="https://registry.hub.docker.com/r/shieldsio/shields/"> + <a + href="https://registry.hub.docker.com/r/shieldsio/shields/" + rel="noreferrer" + target="_blank" + > docker image </a> <br /> @@ -59,8 +69,14 @@ const FeatureList = [ description: ( <> Please consider{' '} - <a href="https://opencollective.com/shields">donating</a> to sustain our - activities + <a + href="https://opencollective.com/shields" + rel="noreferrer" + target="_blank" + > + donating + </a>{' '} + to sustain our activities </> ), },