From d94f809f26c3c87140b6f8501eb90f61deeaa4ca Mon Sep 17 00:00:00 2001 From: Josh Calder <8251494+borisno2@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:29:35 +1100 Subject: [PATCH] Add Contact and Location to Nav --- src/components/Header.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 09bce9ec..69aab473 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -78,6 +78,12 @@ const callsToAction = [ { name: 'Contact', href: '/contact', icon: PhoneIcon }, ] const resources = [ + { + name: 'Contact', + description: 'Contact Information and Location', + href: '/contact', + icon: PhoneIcon, + }, { name: 'Term Dates', description: 'See upcoming Important Dates',