From 0b55372fa5b39b8d4ddc77ad90960fda65a53e73 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Thu, 18 Dec 2025 01:03:43 -0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout.tsx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index bbdab70..e763d5d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,6 +8,22 @@ interface LayoutProps { children: ReactNode; } +const XIcon = ({ className }: { className?: string }) => ( + + + + +); + + export default function Layout({ children }: LayoutProps) { const location = useLocation(); const { language, setLanguage, t } = useLanguage(); @@ -103,6 +119,19 @@ export default function Layout({ children }: LayoutProps) {

{t('footer.description')}

+
+
+ + + Follow us on X + +
+