From 316f1c2f2fac4146c627bd0ae7301a5ddbe1b300 Mon Sep 17 00:00:00 2001 From: Ben Bolte Date: Mon, 3 Jun 2024 13:10:32 -0700 Subject: [PATCH] link to github (#41) --- frontend/src/App.tsx | 10 ++-------- frontend/src/components/nav/Footer.tsx | 13 +++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 frontend/src/components/nav/Footer.tsx diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 187ae7e7..1b14a831 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,4 +1,5 @@ import "bootstrap/dist/css/bootstrap.min.css"; +import Footer from "components/nav/Footer"; import TopNavbar from "components/nav/TopNavbar"; import NotFoundRedirect from "components/NotFoundRedirect"; import { AlertQueue, AlertQueueProvider } from "hooks/alerts"; @@ -36,14 +37,7 @@ const App = () => { - +