Skip to content

Commit

Permalink
route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DovMa committed Nov 24, 2023
1 parent 1cf1d94 commit b4b5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const slugs = {
fishingCurrent: `/zvejyba/mano`,
fishing: (fishingId: string) => `/zvejyba/${fishingId}`,
fishingTools: `/zvejyba/mano/irankiai`,
fishingWeight: `/zvejyba/mono/svoris`,
fishingWeight: `/zvejyba/mano/svoris`,
fishingToolCaughtFishes: (toolId: string) => `/zvejyba/mano/irankiai/${toolId}/sugautos-zuvys`,
fishingToolConnect: (toolId: string) => `/zvejyba/mano/irankiai/${toolId}/irankiu_jungimas`,
tools: '/irankiai',
Expand Down

0 comments on commit b4b5851

Please sign in to comment.