Skip to content

Commit

Permalink
Merge pull request #305 from borisno2/dev
Browse files Browse the repository at this point in the history
Add Contact and Location to Nav
  • Loading branch information
borisno2 authored Jan 17, 2024
2 parents 70d0e18 + d94f809 commit af9ee20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

2 comments on commit af9ee20

@vercel
Copy link

@vercel vercel bot commented on af9ee20 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on af9ee20 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.