agenda page

This commit is contained in:
alma 2025-04-21 12:05:44 +02:00
parent 5dde34f09f
commit 7f9b964ac4
2 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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,