Skip to content

Commit

Permalink
Fix heading levels for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jan 21, 2025
1 parent 5616f7a commit b82670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/search/SearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
}"
>
<h5 class="search-item-link olahd-link-color">{{ title }}</h5>
<h2 class="search-item-link olahd-link-color">{{ title }}</h2>
</router-link>
<hr class="mt-3 mb-2" />
<div class="space-y-2">
Expand All @@ -18,7 +18,7 @@
:key="item.label"
>
<div class="col-span-2">
<h5 class="text-sm text-gray-700 w-36">{{ item.label }}</h5>
<h3 class="text-sm text-gray-700 w-36">{{ item.label }}</h3>
</div>
<div class="col-span-4">
<p class="flex-1 text-sm">{{ item.value }}</p>
Expand Down

0 comments on commit b82670e

Please sign in to comment.