From 15276c90ac448e005d31f02805b4a47a2f5a25c7 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 10 Apr 2023 20:09:27 -0500 Subject: [PATCH] improve UX --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c5d8873..9edfab5 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -88,7 +88,7 @@ const Footer: NextPage = () => {
{/** Main footer area */} -
+
{/** Wendell Johnson Info */}
University of Iowa logo @@ -100,7 +100,7 @@ const Footer: NextPage = () => {
{/** Header and tabs */} -
+
{links.map((quickLink, index) => {