Skip to content

Commit

Permalink
move schedule before npo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 14, 2024
1 parent 1aeaf80 commit 9e435c3
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 9e435c3

Please sign in to comment.