From bc26d136bfcd763411dbb3f612c56307fb6be4fa Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 14 Jul 2025 18:09:15 +0200 Subject: feat: use lucide-react icons --- src/components/Footer.tsx | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b0a734e..2b3be02 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,18 +1,4 @@ -function GitHubIcon() { - return ( - - ); -} - -function MailIcon() { - return ( - - ); -} +import { Github, Mail } from "lucide-react"; export default function Footer() { const year = new Date().getFullYear(); @@ -20,11 +6,11 @@ export default function Footer() {