From 3ef05e35efbd314c7eceab75afa37be692d81a84 Mon Sep 17 00:00:00 2001 From: Namit2003 Date: Sun, 21 Dec 2025 13:56:07 -0500 Subject: [PATCH] fix: replace `p` tag with `span` for "Delete Selected" button text in history. --- src/pages/history.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 2ec2bb0..fd7b965 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -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" > -

Delete Selected (0)

+ Delete Selected (0)