Skip to content

Commit

Permalink
feat: Update navigation bar link names
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin committed Aug 10, 2024
1 parent 795d170 commit db40db5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ export default function RootLayout({
link: "#home",
},
{
name: "About",
name: "About Us",
link: "#about",
},
{
name: "Our Team",
link: "#team",
},
{
name: "Events",
name: "Event",
link: "#events",
},
{
Expand Down

0 comments on commit db40db5

Please sign in to comment.