mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
Add noopener to window.open in ErrorPage
This commit is contained in:
@@ -44,7 +44,7 @@ export function ErrorPage({ code, title, message, proxy = true, destination = tr
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
onClick={() => window.open("https://docs.netbird.io", "_blank")}
|
onClick={() => window.open("https://docs.netbird.io", "_blank", "noopener,noreferrer")}
|
||||||
>
|
>
|
||||||
<BookText size={16} />
|
<BookText size={16} />
|
||||||
Documentation
|
Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user