Replace b and i tags with semantic HTML

This commit is contained in:
Tomasz Rymkiewicz
2021-12-27 15:43:37 +01:00
committed by FireMasterK
parent 4289a02e20
commit c4ea68f9d8
6 changed files with 54 additions and 47 deletions

View File

@@ -56,7 +56,7 @@
}}<font-awesome-icon class="ml-1.5" v-if="video.uploaderVerified" icon="check"></font-awesome-icon>
</router-link>
<b v-if="video.views >= 0 || video.uploadedDate" class="uk-text-small">
<strong v-if="video.views >= 0 || video.uploadedDate" class="uk-text-small">
<span v-if="video.views >= 0">
<font-awesome-icon icon="eye"></font-awesome-icon>
{{ numberFormat(video.views) }}
@@ -67,7 +67,7 @@
<span v-if="video.uploaded">
{{ timeAgo(video.uploaded) }}
</span>
</b>
</strong>
</div>
</div>
</div>