From 5bf9dbf982bc5c28daa6f4759a12b5fd5cc10ea4 Mon Sep 17 00:00:00 2001 From: Aswin Asok Date: Mon, 1 Jan 2024 11:37:38 +0530 Subject: [PATCH 1/3] fix(kkem):fix-name-issue --- .../KKEM/modules/Dashboard/LearningCircles/LearningCircles.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/Public/KKEM/modules/Dashboard/LearningCircles/LearningCircles.tsx b/src/modules/Public/KKEM/modules/Dashboard/LearningCircles/LearningCircles.tsx index d39bc27a3..3efe81698 100644 --- a/src/modules/Public/KKEM/modules/Dashboard/LearningCircles/LearningCircles.tsx +++ b/src/modules/Public/KKEM/modules/Dashboard/LearningCircles/LearningCircles.tsx @@ -94,8 +94,7 @@ const LearningCircles = () => { console.log(HackathonDashboard[0]); const columnOrder: ColOrder[] = [ - { column: "first_name", Label: "First Name", isSortable: true }, - { column: "last_name", Label: "Last Name", isSortable: true }, + { column: "full_name", Label: "Full Name", isSortable: true }, { column: "muid", Label: "muid", isSortable: true }, { column: "email", Label: "Email", isSortable: true }, { column: "circle_name", Label: "Circle Name", isSortable: true }, From 432fe76fa0588e63f41813c51856e794413395ee Mon Sep 17 00:00:00 2001 From: BlazeSN860 Date: Thu, 30 May 2024 22:22:50 +0530 Subject: [PATCH 2/3] fix(Donation): fixed div issue and removed background. --- .../Public/Donation/Donation.module.css | 6 +++ src/modules/Public/Donation/Donation.tsx | 40 ++++++++++++++----- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/modules/Public/Donation/Donation.module.css b/src/modules/Public/Donation/Donation.module.css index 90fd1c359..808db5897 100644 --- a/src/modules/Public/Donation/Donation.module.css +++ b/src/modules/Public/Donation/Donation.module.css @@ -42,6 +42,12 @@ padding-top: 5rem; } +@media screen and (min-width: 800px) { + .LClandingPageHero { + height: 75vh; + } +} + .LClandingPageHero span { display: flex; align-items: center; diff --git a/src/modules/Public/Donation/Donation.tsx b/src/modules/Public/Donation/Donation.tsx index cb73d64e8..2f95855a8 100644 --- a/src/modules/Public/Donation/Donation.tsx +++ b/src/modules/Public/Donation/Donation.tsx @@ -87,19 +87,19 @@ const Donation = () => {
-
+ {/*
textured background -
-
+
*/} + {/*
*/}
Donate to{" "} - Let's grow together + {/* Let's grow together */}

An informal mechanism for bringing together learners who are @@ -255,13 +255,31 @@ const Donation = () => {

From 94c8e2b12f2019bf02a680fd28ee8987893bfea2 Mon Sep 17 00:00:00 2001 From: BlazeSN860 Date: Fri, 31 May 2024 00:41:17 +0530 Subject: [PATCH 3/3] chore: deleted unwanted line. --- src/modules/Public/Donation/components/Footer.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/modules/Public/Donation/components/Footer.tsx b/src/modules/Public/Donation/components/Footer.tsx index 977cc6df0..3a7fd981a 100644 --- a/src/modules/Public/Donation/components/Footer.tsx +++ b/src/modules/Public/Donation/components/Footer.tsx @@ -10,15 +10,17 @@ import { RiFacebookBoxFill } from "react-icons/ri"; - - export default function Footer() { return (