fix: replace p tag with span for "Delete Selected" button text in history.
This commit is contained in:
parent
d70d803038
commit
3ef05e35ef
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const history = new Elysia().use(userService).get(
|
|||
id="delete-selected-btn"
|
||||
class="flex btn-secondary flex-row gap-2 text-contrast"
|
||||
>
|
||||
<DeleteIcon /> <p>Delete Selected (<span id="selected-count">0</span>)</p>
|
||||
<DeleteIcon /> <span>Delete Selected (<span id="selected-count">0</span>)</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue