feat: disable unfinished buttons
This commit is contained in:
parent
9191eb3df0
commit
a6bad556a4
2 changed files with 6 additions and 5 deletions
|
@ -81,8 +81,8 @@ export function AppSidebar() {
|
|||
<Collapsible defaultOpen className='group/collapsible'>
|
||||
<SidebarGroup>
|
||||
<SidebarGroupLabel asChild>
|
||||
<CollapsibleTrigger>
|
||||
<span className='flex items-center gap-2 text-xl font-label text-neutral-100'>
|
||||
<CollapsibleTrigger disabled>
|
||||
<span className='flex items-center gap-2 text-xl font-label text-disabled'>
|
||||
<Star className='size-8' />{' '}
|
||||
<span className='group-data-[collapsible=icon]:hidden'>
|
||||
Favorites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue