Skip to content

Commit

Permalink
Fix heading hierarchy
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Aug 31, 2022
1 parent 523b421 commit 8040be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TagCover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</div>
<div class="tag-cover__details">
<div class="tag-cover__details__first-line">
<h2 class="tag-cover__details__name">
<h3 class="tag-cover__details__name">
{{ t('recognize', tag.displayName) }}
</h2>
</h3>
</div>
<div class="tag-cover__details__second-line">
{{ n('photos', '%n photo', '%n photos', tag.files.length,) }}
Expand Down

0 comments on commit 8040be3

Please sign in to comment.