diff --git a/apps/web/src/app/projects/page.tsx b/apps/web/src/app/projects/page.tsx index 788f4b8a..59868704 100644 --- a/apps/web/src/app/projects/page.tsx +++ b/apps/web/src/app/projects/page.tsx @@ -22,6 +22,14 @@ import type { import { formatTimeCode } from "@/lib/time"; import { formatDate } from "@/utils/date"; import { HugeiconsIcon } from "@hugeicons/react"; +import { + Breadcrumb, + BreadcrumbItem, + BreadcrumbLink, + BreadcrumbList, + BreadcrumbPage, + BreadcrumbSeparator, +} from "@/components/ui/breadcrumb"; import { Calendar04Icon, GridViewIcon, @@ -35,6 +43,7 @@ import { Edit03Icon, ArrowDown02Icon, InformationCircleIcon, + HomeIcon, } from "@hugeicons/core-free-icons"; import { OcVideoIcon } from "@opencut/ui/icons"; import { Label } from "@/components/ui/label"; @@ -117,7 +126,23 @@ function ProjectsHeader() {
-

All projects

+ + + + + + Home + + + + + + + All projects + + + +