Skip to content

Commit

Permalink
fix: footer link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koshacha committed Oct 6, 2024
1 parent 18771b5 commit 9f2e6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheFooterMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{
</h5>
<ul>
<li v-for="item in items" :key="item.href" m="b-3.5">
<RouterLink to="item.href">
<RouterLink v-wip :to="item.href">
{{ item.title }}
</RouterLink>
</li>
Expand Down

0 comments on commit 9f2e6e0

Please sign in to comment.