Skip to content

Commit

Permalink
fix accessibility complaints about autocomplete and h2-before-h1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Aug 14, 2025
1 parent a4f7fa9 commit 7c99dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/otus/components/TaxaInfo.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div>
<h2 class="text-1xl capitalize">
<p class="text-1xl capitalize">
{{ store.taxon?.rank || 'Combination' }}
</h2>
</p>
<h1 class="text-xl dark:text-gray-100">
<span>
<span
Expand Down

0 comments on commit 7c99dce

Please sign in to comment.