Skip to content

Commit 839469d

Browse files
committed
restore font-bold
1 parent ad77d27 commit 839469d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

2 Bytes
Binary file not shown.

tools/server/webui/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default function Sidebar() {
8787
{/* group name (by date) */}
8888
{group.title ? (
8989
// we use btn class here to make sure that the padding/margin are aligned with the other items
90-
<b className="btn btn-ghost btn-xs bg-none btn-disabled block text-xs text-base-content text-start px-2 mb-0 mt-6">
90+
<b className="btn btn-ghost btn-xs bg-none btn-disabled block text-xs text-base-content text-start px-2 mb-0 mt-6 font-bold">
9191
{group.title}
9292
</b>
9393
) : (

0 commit comments

Comments
 (0)