Skip to content

Commit

Permalink
fix: #37
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Sep 18, 2023
1 parent bbb2ee4 commit 7b96239
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions src/_components/navigation/default/links.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
export default [
{
text: 'Events',
href: '/events'
text: 'THAT Conference Texas',
href: '/tx'
},
{
text: 'Activities',
href: '/activities',
first: true
text: 'THAT Conference Wisconsin',
href: '/wi'
},
{
text: 'Members',
href: '/members'
text: 'Call For Speakers',
href: '/call-for-speakers'
},
{
text: 'Communities',
href: '/communities'
text: 'Sponsor THAT',
href: '/sponsorships/apply'
},
{
text: 'Sponsors',
href: '/sponsors'
},
{
text: 'Help',
href: '/support'
text: 'Newsletter',
href: '/newsletter'
}
];

0 comments on commit 7b96239

Please sign in to comment.