Skip to content

Commit cf28284

Browse files
committed
fix: replace p tag with span for "Delete Selected" button text in history.
1 parent a2a2cd4 commit cf28284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/history.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const history = new Elysia().use(userService).get(
5454
id="delete-selected-btn"
5555
class="flex btn-secondary flex-row gap-2 text-contrast"
5656
>
57-
<DeleteIcon /> <p>Delete Selected (<span id="selected-count">0</span>)</p>
57+
<DeleteIcon /> <span>Delete Selected (<span id="selected-count">0</span>)</span>
5858
</button>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)