Skip to content

Commit

Permalink
fix typo for home tab aria-controls
Browse files Browse the repository at this point in the history
Co-Authored-By: absidue <48293849+absidue@users.noreply.github.com>
  • Loading branch information
ChunkyProgrammer and absidue committed Oct 30, 2024
1 parent cc2b99d commit 07a1f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ChannelDetails/ChannelDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
:class="{ selectedTab: currentTab === 'home' }"
role="tab"
:aria-selected="String(currentTab === 'home')"
aria-controls="videoPanel"
aria-controls="homePanel"
:tabindex="(currentTab === 'home' || currentTab === 'search') ? 0 : -1"
@click="changeTab('home')"
@keydown.left.right="focusTab('home', $event)"
Expand Down

0 comments on commit 07a1f0b

Please sign in to comment.