🐛 fix: Improve UI for protocol status display in server form component

This commit is contained in:
web
2025-09-13 23:31:55 -07:00
parent 6ca24333da
commit 461fdb1219
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ export function SidebarLeft({ ...props }: React.ComponentProps<typeof Sidebar>)
<span className='truncate text-sm'>{t(nav.title)}</span>
</span>
<Icon
icon='lucide:chevron-down'
icon='mdi:chevron-down'
className={`ml-2 size-4 transition-transform ${isOpen ? '' : '-rotate-90'}`}
/>
</SidebarMenuButton>