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