From a865055c1f7c26ccafb78b27b069d74647067472 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 25 Jun 2025 16:31:58 +0200 Subject: remove extra icon class --- src/components/Footer.tsx | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'src/components/Footer.tsx') diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 2caf39d..63ddd9a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,28 @@ -import GitHubIcon from "./GitHubIcon"; -import MailIcon from "./MailIcon"; +function GitHubIcon() { + return ( + + ); +} + +function MailIcon() { + return ( + + ); +} export default function Footer() { const year = new Date().getFullYear(); -- cgit v1.3.1