From a53b1795633ec4f47699ea2411c05bbb536d82ee Mon Sep 17 00:00:00 2001 From: AMATH <116212274+amathxbt@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:50:57 -0700 Subject: [PATCH] fix: add rel=noopener noreferrer to external target=_blank links in Footer --- src/components/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 574c2bed..d91cdb19 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,12 +8,12 @@ export const Footer = () => { Made with 💜 by the Ink team
@@ -22,3 +22,4 @@ export const Footer = () => { ); }; +