mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 09:19:25 +02:00
Fix #1121: Use semantic headers for accessibility
This commit is contained in:
parent
50c3071c56
commit
86b90ec716
54 changed files with 121 additions and 121 deletions
|
@ -2,9 +2,9 @@
|
|||
<span>
|
||||
|
||||
<modal v-if="isEmbedable" :show.sync="showEmbedModal">
|
||||
<div class="header">
|
||||
<h4 class="header">
|
||||
<translate translate-context="Popup/Album/Title/Verb">Embed this album on your website</translate>
|
||||
</div>
|
||||
</h4>
|
||||
<div class="content">
|
||||
<div class="description">
|
||||
<embed-wizard type="album" :id="object.id" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue