We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
p
span
1 parent a2a2cd4 commit cf28284Copy full SHA for cf28284
src/pages/history.tsx
@@ -54,7 +54,7 @@ export const history = new Elysia().use(userService).get(
54
id="delete-selected-btn"
55
class="flex btn-secondary flex-row gap-2 text-contrast"
56
>
57
- <DeleteIcon /> <p>Delete Selected (<span id="selected-count">0</span>)</p>
+ <DeleteIcon /> <span>Delete Selected (<span id="selected-count">0</span>)</span>
58
</button>
59
</div>
60
0 commit comments