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