refactor: / -> /volumes

This commit is contained in:
Nicolas Meienberger
2025-10-21 20:57:13 +02:00
parent 6960b4d71e
commit a64de8ec78
7 changed files with 13 additions and 10 deletions

View File

@@ -18,8 +18,8 @@ export function generateBreadcrumbs(pathname: string, params: Record<string, str
// Always start with Home
breadcrumbs.push({
label: "Volumes",
href: "/",
isCurrentPage: pathname === "/",
href: "/volumes",
isCurrentPage: pathname === "/volumes",
});
// Handle volume details page