From 50b5b7e0933ec1535e6e850091c4f490395f0b6e Mon Sep 17 00:00:00 2001 From: Talha Amjad Date: Wed, 6 May 2026 16:47:50 +0500 Subject: [PATCH] Added: mentors for dosc projects also update the invlaid discord link --- app/dsoc/apply/[id]/page.tsx | 2 +- app/dsoc/components/DSOCNavbar.tsx | 6 ++-- app/dsoc/mentee/dashboard/page.tsx | 4 +-- app/dsoc/mentor/dashboard/page.tsx | 4 +-- app/dsoc/mentor/register/page.tsx | 2 +- app/dsoc/page.tsx | 6 ++-- app/dsoc/projects/[id]/page.tsx | 50 ++++++++---------------------- app/dsoc/projects/page.tsx | 32 ++++--------------- app/dsoc/register/mentor/page.tsx | 2 +- 9 files changed, 32 insertions(+), 76 deletions(-) diff --git a/app/dsoc/apply/[id]/page.tsx b/app/dsoc/apply/[id]/page.tsx index 32c18fd..56ae6f3 100644 --- a/app/dsoc/apply/[id]/page.tsx +++ b/app/dsoc/apply/[id]/page.tsx @@ -193,7 +193,7 @@ export default function ApplyPage({ params }: { params: Promise<{ id: string }> Browse More Projects
- +
Community
@@ -99,7 +99,7 @@ export default function DSOCNavbar() { Projects -
+ Community @@ -180,7 +180,7 @@ export default function DSOCNavbar() { setIsOpen(false)}> Beginner Friendly - + Community
diff --git a/app/dsoc/mentee/dashboard/page.tsx b/app/dsoc/mentee/dashboard/page.tsx index 1b747a7..ff0ee65 100644 --- a/app/dsoc/mentee/dashboard/page.tsx +++ b/app/dsoc/mentee/dashboard/page.tsx @@ -116,7 +116,7 @@ export default function MenteeDashboard() {
GitHub