From 2affb7fb899e80a631434b8e38af379ae0c696fc Mon Sep 17 00:00:00 2001 From: Diego Temkin <65834932+dtemkin1@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:41:08 -0400 Subject: [PATCH] i dont really know why this is here oop- --- src/pages/Footer.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/Footer.tsx b/src/pages/Footer.tsx index a306bbf3..b05a61b6 100644 --- a/src/pages/Footer.tsx +++ b/src/pages/Footer.tsx @@ -12,13 +12,7 @@ const links = [ function Footer() { const items = links.map((link) => ( - - c="dimmed" - key={link.label} - href={link.link} - onClick={(event) => event.preventDefault()} - size="sm" - > + c="dimmed" key={link.label} href={link.link} size="sm"> {link.label} ));