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) => (