fix: back button link in admin dash

This commit is contained in:
Huskydog9988
2025-05-10 16:02:44 -04:00
parent 3df6818ffe
commit 60d22ea280

View File

@ -196,7 +196,7 @@ const navigation: Array<NavigationItem & { icon: Component }> = [
},
{
label: "Back",
route: "/",
route: "/store",
prefix: ".",
icon: ArrowLeftIcon,
},