From ba2f4936958e58885ee3815b04ec7473a4da1c1a Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 25 Dec 2024 19:03:01 +0100 Subject: [PATCH] feat: navbar redesign --- src/app/(protected)/project/[id]/page.tsx | 2 +- src/app/(public)/page.tsx | 8 +- src/app/globals.css | 86 +++++++++-------- src/components/app/NavBar/NavBar.tsx | 92 +++++++++++-------- .../app/ProjectSettings/ProjectSettings.tsx | 2 +- tailwind.config.ts | 9 ++ 6 files changed, 119 insertions(+), 80 deletions(-) diff --git a/src/app/(protected)/project/[id]/page.tsx b/src/app/(protected)/project/[id]/page.tsx index 661626f..977fc18 100644 --- a/src/app/(protected)/project/[id]/page.tsx +++ b/src/app/(protected)/project/[id]/page.tsx @@ -43,7 +43,7 @@ export default async function Page({ params }: { params: Promise<{ id: string }> // maybe it's not clean enough but who cares return (
-
+
diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index 3bfa55c..040a23f 100644 --- a/src/app/(public)/page.tsx +++ b/src/app/(public)/page.tsx @@ -18,7 +18,7 @@ export default function Home() { href="https://cloud-jblc9ujpj-hack-club-bot.vercel.app/0kooha-2024-12-22-23-23-29.mp4" target="_blank" > -
+
Now you can add team members!
@@ -46,7 +46,7 @@ export default function Home() {
@@ -56,7 +56,7 @@ export default function Home() { { title: 'Create a project', description: - 'Create a project and invite your team members (soon) to start collecting feedback', + 'Create a project and invite your team members to start collecting feedback', html: (