Skip to content
Snippets Groups Projects
Unverified Commit 5085ef02 authored by LitoMore's avatar LitoMore Committed by GitHub
Browse files

chore(frontend): open homepage feature links in new tab (#9300)

parent 86f0a860
No related branches found
No related tags found
No related merge requests found
......@@ -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
</>
),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment