Skip to content

Commit

Permalink
fix: changed Buttonlink again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoka-tech committed Dec 2, 2024
1 parent 08b9f41 commit 5bf8164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/_protected/vehicles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Vehicles() {
<ButtonLink
icon={Plus}
label="Neues Fahrzeug erstellen"
link={{ to: '/_protected/vehicles/' }} // this is still missing
link={{ to: '/vehicles/' }} // this is still missing
/>
</article>

Expand Down

0 comments on commit 5bf8164

Please sign in to comment.