Skip to content

Commit

Permalink
[web] Fix "History" tab not being highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Nov 21, 2023
1 parent 981f2de commit 28585bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/components/TabsMusic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ul>
<router-link
v-slot="{ navigate, isActive }"
:to="{ name: 'music' }"
:to="{ name: 'music-history' }"
custom
>
<li :class="{ 'is-active': isActive }">
Expand Down

0 comments on commit 28585bc

Please sign in to comment.