Compare commits
1 commit
73abd55a1a
...
74be711d2b
Author | SHA1 | Date | |
---|---|---|---|
74be711d2b |
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import {
|
|||
SidebarMenuItem,
|
||||
} from '@/components/custom-ui/sidebar';
|
||||
|
||||
import { CalendarMinus, CalendarX2, ChevronDown } from 'lucide-react';
|
||||
import { CalendarMinus, ChevronDown } from 'lucide-react';
|
||||
import {
|
||||
Collapsible,
|
||||
CollapsibleContent,
|
||||
|
@ -133,7 +133,7 @@ export function AppSidebar() {
|
|||
href='/blocker/new'
|
||||
className='flex items-center gap-2 text-xl font-label'
|
||||
>
|
||||
<CalendarX2 className='size-8' />
|
||||
<CalendarPlus className='size-8' />
|
||||
<span className='group-data-[collapsible=icon]:hidden text-nowrap whitespace-nowrap'>
|
||||
New Blocker
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue