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 + +
+