Skip to content

Commit

Permalink
fix: join-us page
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed Mar 4, 2024
1 parent f56d826 commit 4079953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const NavBar = () => {

{/* Join Us */}
<Button
onClick={() => router.push('join-us')}
onClick={() => router.push('/join-us')}
variant="outlined"
sx={{ my: 2, ml: 3, color: 'white', display: 'block', fontWeight: 'bold', borderColor: 'white' }}
>
Expand Down

0 comments on commit 4079953

Please sign in to comment.