Fix: use b instead of strong for tag items.

This commit is contained in:
arabcoders 2026-01-06 18:14:24 +03:00
parent 700847f4ad
commit ffc0b45bc9

View file

@ -197,7 +197,7 @@
<span class="icon"><i class="fa-solid fa-list" /></span>
<span>Extras:
<span v-for="(value, key) in cond.extras" :key="key" class="tag is-info mr-2">
<strong>{{ key }}</strong>: {{ value }}
<b>{{ key }}</b>: {{ value }}
</span>
</span>
</p>