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 (
{/* TODO - set image */} -
- -

{project.name}

- - -

- {truncate(project.publishableKey, 32)} +

+
+ +

{project.name}

+ -

+
-

- Created on {format(new Date(project.createdAt), "MMM dd, yyyy")} +

+ {truncate(project.publishableKey, 32)}

diff --git a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/nebula-waitlist-page-ui.client.tsx b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/nebula-waitlist-page-ui.client.tsx index f84dc36f382..44e62513b69 100644 --- a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/nebula-waitlist-page-ui.client.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/nebula-waitlist-page-ui.client.tsx @@ -30,9 +30,9 @@ export function NebulaWaitListPageUI(props: { title="You're on the waitlist" description="You should receive access to Nebula soon!" footer={ -
+
-

+

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}