From f98a4af319d7a0861d69e91f98e989466f2ffe8c Mon Sep 17 00:00:00 2001 From: Chrtorres Date: Tue, 9 Apr 2024 13:28:14 -0400 Subject: [PATCH] Updated customer footer component --- .../components/ReadySetCyber/RSCFooter.tsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/ReadySetCyber/RSCFooter.tsx b/frontend/src/components/ReadySetCyber/RSCFooter.tsx index e7dfbe8c..6667b8ca 100644 --- a/frontend/src/components/ReadySetCyber/RSCFooter.tsx +++ b/frontend/src/components/ReadySetCyber/RSCFooter.tsx @@ -5,9 +5,8 @@ import { Link, Typography, Stack, - BottomNavigation } from '@mui/material'; -import cisaFooterLogo from './assets/cisa_footer_logo.png'; // Import the logo +import cisaFooterLogo from './assets/cisa_footer_logo.png'; import { links } from './links'; export const RSCFooter: React.FC = () => { @@ -15,19 +14,17 @@ export const RSCFooter: React.FC = () => { { - + {links.map((link, index) => ( - +