diff --git a/apps/dashboard/src/app/team/[team_slug]/(team)/~/projects/TeamProjectsPage.tsx b/apps/dashboard/src/app/team/[team_slug]/(team)/~/projects/TeamProjectsPage.tsx index c5423ccd137..79a538cd8d1 100644 --- a/apps/dashboard/src/app/team/[team_slug]/(team)/~/projects/TeamProjectsPage.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/(team)/~/projects/TeamProjectsPage.tsx @@ -19,7 +19,6 @@ import { } from "@/components/ui/select"; import { useDashboardRouter } from "@/lib/DashboardRouter"; import { LazyCreateAPIKeyDialog } from "components/settings/ApiKeys/Create/LazyCreateAPIKeyDialog"; -import { format } from "date-fns"; import { ChevronDownIcon, SearchIcon } from "lucide-react"; import Link from "next/link"; import { useState } from "react"; @@ -120,31 +119,29 @@ function ProjectCard(props: { return (
- {truncate(project.publishableKey, 32)} +
- Created on {format(new Date(project.createdAt), "MMM dd, yyyy")} +
+ {truncate(project.publishableKey, 32)}
+
Share this invite link and get moved up the list when your friends sign up!
@@ -97,7 +97,7 @@ function CenteredCard(props: { {props.description} - + {props.footer}