refactor: change analysis to upload
This commit is contained in:
@@ -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('-')
|
||||
|
||||
Reference in New Issue
Block a user