From da626f5478594e12b3d99f0df9cf4804db74383c Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 19 Oct 2024 13:16:45 -0600 Subject: [PATCH] Fix designed by bug --- client/src/components/Footer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 94a3c30..4149318 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -191,8 +191,6 @@ const Footer: React.FC = () => { - -

Designed by{' '} @@ -211,4 +209,4 @@ const Footer: React.FC = () => { ); }; -export default Footer; +export default Footer; \ No newline at end of file