mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: back button link in admin dash
This commit is contained in:
parent
e26d5b2fb2
commit
985394aeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ const navigation: Array<NavigationItem & { icon: Component }> = [
|
|||
},
|
||||
{
|
||||
label: "Back",
|
||||
route: "/",
|
||||
route: "/store",
|
||||
prefix: ".",
|
||||
icon: ArrowLeftIcon,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue