Skip to content

Commit

Permalink
🐛 Fix application route
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Sep 2, 2023
1 parent ccc68f6 commit 39c3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hcb/apply-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function ApplyButton() {
<Button
variant="ctaLg"
as="a"
href="apply"
href="/hcb/apply"
sx={{
width: '100%',
height: '4.2rem'
Expand Down

0 comments on commit 39c3387

Please sign in to comment.