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

@ -60,7 +60,7 @@
<div class="pb-2">
<Button width="w-full" color="tertiary" onclick={create_team_handler}>
<b>Create New Team</b>
<span class="font-bold">Create New Team</span>
</Button>
</div>
<Table data={data.teams} columns={teams_columns} handler={teams_handler} />