Skip to content

Commit 85f9998

Browse files
committed
chore: Add noreferrer
1 parent 89370e8 commit 85f9998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/canonical-bridge/src/components/V1BridgeLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ExternalLinkIcon } from './icons/ExternalLinkIcon'
55
export function V1BridgeLink({ v1LinkText }: { v1LinkText: string }) {
66
return (
77
<Flex marginTop="16px" alignItems="center" justifyContent="center">
8-
<StyledLink href="https://bridge.pancakeswap.finance/" target="_blank" rel="noopener">
8+
<StyledLink href="https://bridge.pancakeswap.finance/" target="_blank" rel="noreferrer noopener">
99
{v1LinkText}
1010
<ExternalLinkIcon />
1111
</StyledLink>

0 commit comments

Comments
 (0)