Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Sep 13, 2024
1 parent 612762c commit 8146c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/LogoContainer/LogoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export const LogoContainer = () => {
<div className="logo-container">
<SvgDefguardLogoText className="defguard" />
<Divider direction={DividerDirection.VERTICAL} />
<SvgTeoniteLogo className="teonite" />
<a href="https://teonite.com" target="_blank">

Check failure on line 13 in web/src/components/LogoContainer/LogoContainer.tsx

View workflow job for this annotation

GitHub Actions / lint-web

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
<SvgTeoniteLogo className="teonite" />
</a>
</div>
);
};

0 comments on commit 8146c1b

Please sign in to comment.