All: Replace <b> with <span class="font-bold">

This commit is contained in:
2025-01-27 19:38:08 +01:00
parent 8dc9675d84
commit 36c2789304
8 changed files with 9 additions and 9 deletions

View File

@ -73,7 +73,7 @@
<div class="pb-2">
<Button width="w-full" color="tertiary" onclick={create_race_handler}>
<b>Create New Race</b>
<span class="font-bold">Create New Race</span>
</Button>
</div>
{#await data.races then races}