From f637debdcc92682389c5761256c6809a579271fc Mon Sep 17 00:00:00 2001 From: Yana Date: Fri, 14 Feb 2025 13:30:03 +0200 Subject: [PATCH] make footer links open in new tab --- explorer-nextjs/src/components/footer/footer-links.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer-nextjs/src/components/footer/footer-links.tsx b/explorer-nextjs/src/components/footer/footer-links.tsx index 74cb21357d..efbd0a53ea 100644 --- a/explorer-nextjs/src/components/footer/footer-links.tsx +++ b/explorer-nextjs/src/components/footer/footer-links.tsx @@ -54,6 +54,8 @@ export const FooterLinks = ({ ? `https://nym.com${link.url}` : "/" } + target="_blank" + rel="noopener noreferrer" sx={{ textDecoration: "none", "&:hover": {