From acb2ce6a40d571632776fe777e8e9f7cb3081817 Mon Sep 17 00:00:00 2001 From: sheetung <755855262@qq.com> Date: Sat, 16 May 2026 15:12:19 +0000 Subject: [PATCH] fix(webui): fix prettier formatting for span with className Co-Authored-By: Claude Opus 4.7 --- .../app/home/components/home-sidebar/HomeSidebar.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index 6539e561..5ee8d5d4 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -338,7 +338,9 @@ function NavItems({ tooltip={config.name} > {config.icon} - {config.name} + + {config.name} + ); @@ -728,7 +730,9 @@ function NavItems({ }} > {config.icon} - {config.name} + + {config.name} +
{canCreate && (isPlugin ? ( @@ -1144,7 +1148,9 @@ function PluginPagesNav() { onClick={() => navigate(route)} className="select-none" > - {page.name} + + {page.name} + );