clean Navigation Bar 2

This commit is contained in:
alma 2025-04-17 15:23:25 +02:00
parent 924ede1848
commit 5ab67412ae
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ export function MainNav() {
</Link> </Link>
<Link href='/mail' className='text-white/80 hover:text-white'> <Link href='/mail' className='text-white/80 hover:text-white'>
<Mail className='w-5 h-5' /> <Mail className='w-5 h-5' />
<span className="sr-only">Courriers</span> <span className="sr-only">Courrier</span>
</Link> </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' />

View File

@ -75,10 +75,10 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
iframe: process.env.NEXT_PUBLIC_IFRAME_DIARY_URL, iframe: process.env.NEXT_PUBLIC_IFRAME_DIARY_URL,
}, },
{ {
title: "Courriers", title: "Courrier",
icon: Mail, icon: Mail,
href: "/mail", href: "/mail",
iframe: process.env.NEXT_PUBLIC_IFRAME_MAIL_URL, iframe: "https://lab.slm-lab.net/courrier",
}, },
{ {
title: "Drive", title: "Drive",