refactor: change analysis to upload

This commit is contained in:
2026-06-18 18:24:19 +05:30
parent d8fa02dc5d
commit dff9e2222f
4 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ export function BreadcrumbBasic() {
const pathname = usePathname();
const segments = pathname.split('/').filter((segment) => segment !== '');
// Helper to format segment (e.g., "new-analysis" -> "New Analysis")
// Helper to format segment (e.g., "upload-history" -> "Upload History")
const formatSegment = (segment: string) => {
return segment
.split('-')