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 447e003 commit 52b83f4Copy full SHA for 52b83f4
1 file changed
app/pages/compare.vue
@@ -293,7 +293,7 @@ useSeoMeta({
293
role="tab"
294
:aria-selected="comparisonView === 'table' ? 'true' : 'false'"
295
aria-controls="comparison-panel-table"
296
- :tabindex="comparisonView === 'table' ? 0 : -1"
+ :tabindex="comparisonView === 'table' ? -1 : 0"
297
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"
298
:class="
299
comparisonView === 'table'
0 commit comments