Skip to content

Commit

Permalink
Fix navigation bug (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Sep 23, 2024
1 parent f2a1408 commit fdd4716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const OverviewPage = () => {
setStatusFilter={setStatusFilter}
setActiveFilter={setActiveFilter}
/>
<StyledLink to="../new">
<StyledLink to="./new">
<Button variant="secondary">Tekst toevoegen</Button>
</StyledLink>
</div>
Expand Down

0 comments on commit fdd4716

Please sign in to comment.