Add noopener and noreferrer to link
This commit is contained in:
@@ -147,6 +147,7 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
|
|||||||
as="a"
|
as="a"
|
||||||
href="https://github.com/XRPLF/Hooks/discussions"
|
href="https://github.com/XRPLF/Hooks/discussions"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
css={{ position: "fixed", right: "$4", bottom: "$4" }}
|
css={{ position: "fixed", right: "$4", bottom: "$4" }}
|
||||||
>
|
>
|
||||||
<Button size="sm" variant="primary" outline>
|
<Button size="sm" variant="primary" outline>
|
||||||
|
|||||||
Reference in New Issue
Block a user