From 22d34376944d7e1af69eed6b79355502d0531274 Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Mon, 23 Dec 2024 23:01:07 +0100
Subject: [PATCH] feat: dotted create card
---
src/app/(protected)/dashboard/page.tsx | 2 ++
.../app/DottedCreateCard/DottedCreateCard.tsx | 22 +++++++++++++++++++
src/components/app/NavBar/NavBar.tsx | 3 +--
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 src/components/app/DottedCreateCard/DottedCreateCard.tsx
diff --git a/src/app/(protected)/dashboard/page.tsx b/src/app/(protected)/dashboard/page.tsx
index 9bbeead..136e379 100644
--- a/src/app/(protected)/dashboard/page.tsx
+++ b/src/app/(protected)/dashboard/page.tsx
@@ -1,3 +1,4 @@
+import DottedCreateCard from '@/components/app/DottedCreateCard/DottedCreateCard';
import ProjectCard from '@/components/app/ProjectCard/ProjectCard';
import { Button } from '@/components/ui/button';
import { validateRequest } from '@/lib/auth';
@@ -38,6 +39,7 @@ export default async function Page() {
{db.map((d) => (
Create
+Join
+