🐛 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
@@ -39,7 +39,7 @@ export function UserNav() {
<span className='max-w-[40px] truncate text-sm sm:max-w-[100px]'>
{user?.auth_methods?.[0]?.auth_identifier.split('@')[0]}
</span>
<Icon icon='lucide:chevron-down' className='text-muted-foreground size-4' />
<Icon icon='mdi:chevron-down' className='text-muted-foreground size-4' />
</div>
</DropdownMenuTrigger>
<DropdownMenuContent forceMount align='end' className='w-64'>