Skip to content

Commit

Permalink
move schedule before npo (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 authored Jan 16, 2024
1 parent 286ab2a commit 2ecf8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import Hero from './Hero.astro';
<NavBar
links={[
{ name: 'ABOUT', url: '#about' },
{ name: 'NONPROFITS', url: '#nonprofits' },
{ name: 'SCHEDULE', url: '#schedule' },
{ name: 'NONPROFITS', url: '#nonprofits' },
{ name: 'FAQ', url: '#faq' },
{ name: 'CONTACT', url: '#contact' },
]}
Expand Down

0 comments on commit 2ecf8e5

Please sign in to comment.