agenda page
This commit is contained in:
parent
5dde34f09f
commit
7f9b964ac4
@ -239,6 +239,9 @@ export function MainNav() {
|
|||||||
className='text-white'
|
className='text-white'
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link href='/agenda' className='text-white/80 hover:text-white'>
|
||||||
|
<Calendar className='w-5 h-5' />
|
||||||
|
</Link>
|
||||||
<Link href='/timetracker' className='text-white/80 hover:text-white'>
|
<Link href='/timetracker' className='text-white/80 hover:text-white'>
|
||||||
<Clock className='w-5 h-5' />
|
<Clock className='w-5 h-5' />
|
||||||
<span className="sr-only">TimeTracker</span>
|
<span className="sr-only">TimeTracker</span>
|
||||||
|
|||||||
@ -121,12 +121,6 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
href: "/pages",
|
href: "/pages",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_CARNET_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_CARNET_URL,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Agenda",
|
|
||||||
icon: Calendar,
|
|
||||||
href: "/agenda",
|
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_CALENDAR_URL,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Courrier",
|
title: "Courrier",
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user