From 1f1706e8b41101f1576831ac193c0ab23180a7df Mon Sep 17 00:00:00 2001 From: 117Isabell Date: Sun, 18 Jan 2026 20:25:05 +0100 Subject: [PATCH] fix: add target blank to footer social media links Open external platform links in new tabs with security attributes --- src/components/Footer.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 258056e..b07a39e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -31,7 +31,12 @@ export const Footer = ({ const isMobile = useMediaQuery(theme.breakpoints.down('md')); const renderSocialNetworkIcon = (network: Network) => { return ( - +