From 00b45950a492cc4800021a2d16384e2a1ccc1f51 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 00:26:55 +0800 Subject: [PATCH] Increase right sidebar font sizes for better readability --- components/right-sidebar.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/right-sidebar.tsx b/components/right-sidebar.tsx index da03413..b728507 100644 --- a/components/right-sidebar.tsx +++ b/components/right-sidebar.tsx @@ -36,9 +36,9 @@ export function RightSidebar() { ].filter(Boolean) as { key: string; href: string; icon: any; label: string }[]; return ( -