diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7fc0738..0d6aaea 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,6 +7,10 @@ interface QuickLink { } const links: QuickLink[] = [ + { + label: "Provide Feedback", + href: "https://forms.gle/FD2abgwBuTaipysZ6", + }, { label: "Communication Sciences and Disorders", href: "https://csd.uiowa.edu/", diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 0e28148..92b6c8b 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -99,7 +99,7 @@ const NavBar = () => {
- Provide Feedback + Feedback
diff --git a/src/pages/about.tsx b/src/pages/about.tsx index deda827..17c5ec8 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -95,19 +95,8 @@ const About: NextPage = () => {
-
-
+
+
{/** Small screens */}