diff --git a/apps/web/src/app/projects/page.tsx b/apps/web/src/app/projects/page.tsx index ea1ef522..6a50da6b 100644 --- a/apps/web/src/app/projects/page.tsx +++ b/apps/web/src/app/projects/page.tsx @@ -43,6 +43,7 @@ import { Edit03Icon, ArrowDown02Icon, InformationCircleIcon, + LinkSquare02Icon, } from "@hugeicons/core-free-icons"; import { OcVideoIcon } from "@opencut/ui/icons"; import { Label } from "@/components/ui/label"; @@ -580,9 +581,23 @@ function ProjectItem({ -

- {project.name} -

+
+

+ {project.name} +

+ +
Created {formatDate({ date: project.createdAt })} @@ -608,9 +623,23 @@ function ProjectItem({ )}
-

- {project.name} -

+
+

+ {project.name} +

+ +
{durationLabel ?? "—"}