clean Navigation Bar
This commit is contained in:
parent
ff7a82b3bf
commit
924ede1848
@ -242,6 +242,10 @@ export function MainNav() {
|
||||
<PenLine className='w-5 h-5' />
|
||||
<span className="sr-only">Notes</span>
|
||||
</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'>
|
||||
<Robot className='w-5 h-5' />
|
||||
<span className="sr-only">Alma</span>
|
||||
|
||||
@ -75,9 +75,9 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
||||
iframe: process.env.NEXT_PUBLIC_IFRAME_DIARY_URL,
|
||||
},
|
||||
{
|
||||
title: "Email",
|
||||
title: "Courriers",
|
||||
icon: Mail,
|
||||
href: "/email",
|
||||
href: "/mail",
|
||||
iframe: process.env.NEXT_PUBLIC_IFRAME_MAIL_URL,
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user