summaryrefslogtreecommitdiffstats
path: root/ui/src/components/sponsors.tsx
diff options
context:
space:
mode:
authorAndy Coupe <andrewmcoupe@gmail.com>2020-06-30 14:40:57 +0100
committerGitHub <noreply@github.com>2020-06-30 09:40:57 -0400
commit587731583f4660dee49c217f69dfc73fe006d6cf (patch)
treea71bec18254f57160d642144db32685ae35703a8 /ui/src/components/sponsors.tsx
parentc0b11d4fa3d383585aa26df22d5c13e58127b1b8 (diff)
improve lighthouse best practices audit (#863)
* improve safety of cross origin links * add additional safety for cross origin links * remove duplicates
Diffstat (limited to 'ui/src/components/sponsors.tsx')
-rw-r--r--ui/src/components/sponsors.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx
index 7e5eed64..06e13524 100644
--- a/ui/src/components/sponsors.tsx
+++ b/ui/src/components/sponsors.tsx
@@ -89,7 +89,7 @@ export class Sponsors extends Component<any, any> {
{silver.map(s => (
<div class="card col-12 col-md-2">
<div>
- <a href={s.link} target="_blank">
+ <a href={s.link} target="_blank" rel="noopener">
💎 {s.name}
</a>
</div>