From a7062927b192dae2ba5257b6a1a0d8e30c31ff88 Mon Sep 17 00:00:00 2001 From: 0tuedon <90271995+0tuedon@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:55:50 +0100 Subject: [PATCH] feat: added nostr and twitter links to footer --- src/components/footer/Footer.tsx | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index 5779ff4..58222b6 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -1,4 +1,5 @@ import { FaDiscord, FaGithub } from "react-icons/fa"; +import { FaXTwitter } from "react-icons/fa6"; const Separator = ({ className }: { className?: string }) => (