From eca2cc0a0772606ba34620e4ca8eab99dce1d1ca Mon Sep 17 00:00:00 2001 From: John Michael Reyes <120303127+FreddieCrew@users.noreply.github.com> Date: Tue, 3 Oct 2023 07:50:16 -0500 Subject: [PATCH] Update Footer.tsx (#771) --- frontend/src/components/site/Footer.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/site/Footer.tsx b/frontend/src/components/site/Footer.tsx index a6a0454e9..4f7bb0d0d 100644 --- a/frontend/src/components/site/Footer.tsx +++ b/frontend/src/components/site/Footer.tsx @@ -11,19 +11,13 @@ const footerList = (heading: string, items: Array) => ( {map(([path, name]) => (
  • - + {name}
  • ))(items)} - - ); @@ -48,7 +42,6 @@ const Footer = () => ( ])} {footerList("More", [ - ["https://sa-mp.com", "SA-MP"], ["/blog", "Blog"], ["https://github.com/openmultiplayer/", "GitHub"], ])}