We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b83f4 commit e1012ceCopy full SHA for e1012ce
1 file changed
app/pages/compare.vue
@@ -312,7 +312,7 @@ useSeoMeta({
312
role="tab"
313
:aria-selected="comparisonView === 'charts' ? 'true' : 'false'"
314
aria-controls="comparison-panel-charts"
315
- :tabindex="comparisonView === 'charts' ? 0 : -1"
+ :tabindex="comparisonView === 'charts' ? -1 : 0"
316
class="flex items-center justify-center gap-x-2 rounded px-3 py-2 font-mono text-sm border border-solid transition-colors duration-150 focus-visible:outline-accent/70"
317
:class="
318
comparisonView === 'charts'
0 commit comments