Move admin panel to /root and decouple it from locale routing
This commit is contained in:
@@ -23,7 +23,7 @@ export function Footer() {
|
||||
item.key === "root" ? (
|
||||
<a
|
||||
key={item.key}
|
||||
href={`/${locale}${item.path}`}
|
||||
href="/root"
|
||||
className="text-zinc-600 transition hover:text-zinc-900 dark:text-zinc-300 dark:hover:text-zinc-100"
|
||||
>
|
||||
{tNav(item.key)}
|
||||
|
||||
Reference in New Issue
Block a user