Skip to content

Commit

Permalink
fix: competitor table edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Mar 22, 2024
1 parent ac8f185 commit 3438938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Table/Competitors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ariaSorted = computed(
</td>
<td>
<div class="flex flex-wrap justify-around gap-2">
<ButtonSmall :to="`/competitors/${competitor.id}/edit`">
<ButtonSmall :link="`/competitors/${competitor.id}/edit`">
<PencilSquareIcon class="size-4" aria-hidden="true" />
Edit
</ButtonSmall>
Expand Down

0 comments on commit 3438938

Please sign in to comment.