Move admin panel to /root and decouple it from locale routing
This commit is contained in:
@@ -64,7 +64,7 @@ export default function ComingSoonPage({ params: { locale } }: ComingSoonPagePro
|
||||
|
||||
<div className="mt-8">
|
||||
<a
|
||||
href={`/${localeKey}/root`}
|
||||
href="/root"
|
||||
className="inline-flex items-center gap-2 rounded-lg bg-zinc-900 px-4 py-2.5 text-sm font-medium text-white transition hover:bg-zinc-700 dark:bg-zinc-100 dark:text-zinc-900 dark:hover:bg-zinc-300"
|
||||
>
|
||||
<ShieldCheck className="h-4 w-4" />
|
||||
|
||||
Reference in New Issue
Block a user