make footer links open in new tab

This commit is contained in:
Yana
2025-02-14 13:30:03 +02:00
parent bc00bdcbc3
commit f637debdcc
@@ -54,6 +54,8 @@ export const FooterLinks = ({
? `https://nym.com${link.url}`
: "/"
}
target="_blank"
rel="noopener noreferrer"
sx={{
textDecoration: "none",
"&:hover": {