From e8c78e785f43261b1b67380845fc38e8d09341c8 Mon Sep 17 00:00:00 2001 From: PrakharJain345 Date: Sat, 18 Jan 2025 23:00:22 +0530 Subject: [PATCH] Removed section tab which caused redundant links --- components/Hero.tsx | 2 +- components/PageHeading.tsx | 4 ++-- layouts/EventsPageLayout.tsx | 2 +- layouts/MentorPageLayout.tsx | 2 +- layouts/NotesPageLayout.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Hero.tsx b/components/Hero.tsx index efcd20f..88ad405 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -9,7 +9,7 @@ const Hero = () => {
- + {/* */} { return (
- + {/* */}
); diff --git a/layouts/EventsPageLayout.tsx b/layouts/EventsPageLayout.tsx index 73f266c..0263aec 100644 --- a/layouts/EventsPageLayout.tsx +++ b/layouts/EventsPageLayout.tsx @@ -20,7 +20,7 @@ const EventsPageLayout = () => { return (
- +
{events?.map((event: Event) => ( { return (
- + {mentorData.length > 0 && }
{mentorData.map((mentor, idx) => ( diff --git a/layouts/NotesPageLayout.tsx b/layouts/NotesPageLayout.tsx index 9f6b27b..3eddd4c 100644 --- a/layouts/NotesPageLayout.tsx +++ b/layouts/NotesPageLayout.tsx @@ -10,7 +10,7 @@ const NotesPageLayout = () => { return (
- +
{NotesData.map((item, idx) => (