clean Navigation Bar

This commit is contained in:
alma 2025-04-17 15:19:35 +02:00
parent ff7a82b3bf
commit 924ede1848
2 changed files with 6 additions and 2 deletions

View File

@ -242,6 +242,10 @@ export function MainNav() {
<PenLine className='w-5 h-5' /> <PenLine className='w-5 h-5' />
<span className="sr-only">Notes</span> <span className="sr-only">Notes</span>
</Link> </Link>
<Link href='/mail' className='text-white/80 hover:text-white'>
<Mail className='w-5 h-5' />
<span className="sr-only">Courriers</span>
</Link>
<Link href='/ai-assistant' className='text-white/80 hover:text-white'> <Link href='/ai-assistant' className='text-white/80 hover:text-white'>
<Robot className='w-5 h-5' /> <Robot className='w-5 h-5' />
<span className="sr-only">Alma</span> <span className="sr-only">Alma</span>

View File

@ -75,9 +75,9 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
iframe: process.env.NEXT_PUBLIC_IFRAME_DIARY_URL, iframe: process.env.NEXT_PUBLIC_IFRAME_DIARY_URL,
}, },
{ {
title: "Email", title: "Courriers",
icon: Mail, icon: Mail,
href: "/email", href: "/mail",
iframe: process.env.NEXT_PUBLIC_IFRAME_MAIL_URL, iframe: process.env.NEXT_PUBLIC_IFRAME_MAIL_URL,
}, },
{ {