fix(i18n): correct URL case for admin appunti link
This commit is contained in:
parent
b3c70bfa1a
commit
06c93024f7
1 changed files with 1 additions and 1 deletions
|
|
@ -737,7 +737,7 @@ export const it: LangDict = {
|
||||||
title: "Dashboard",
|
title: "Dashboard",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/area-riservata/admin/Appunti",
|
href: "/area-riservata/admin/appunti",
|
||||||
icon: { className: "", icon: "note" },
|
icon: { className: "", icon: "note" },
|
||||||
title: "Appunti",
|
title: "Appunti",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue