From 5cc043592bbf569268c17d4ecc9e9c9e99b79cf0 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 21 Feb 2025 11:26:16 -0600 Subject: [PATCH] Socials in footer --- frontend/src/components/Footer.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 6fa67f409..573e90ec2 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,3 +1,5 @@ +import { Github, Twitter, Mail } from "lucide-react"; + export function Footer() { return (
@@ -31,6 +33,29 @@ export function Footer() { Privacy Policy
+
+ + + + + + + + + +
); }