mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
fix: back button link in admin dash
This commit is contained in:
@ -196,7 +196,7 @@ const navigation: Array<NavigationItem & { icon: Component }> = [
|
||||
},
|
||||
{
|
||||
label: "Back",
|
||||
route: "/",
|
||||
route: "/store",
|
||||
prefix: ".",
|
||||
icon: ArrowLeftIcon,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user