From e2f805346a8acc9cbdf936f5788cee208d1616ed Mon Sep 17 00:00:00 2001 From: Sonalilipsa17375 Date: Fri, 10 Jan 2025 19:01:21 +0530 Subject: [PATCH 1/5] changed height and spacing issues --- components/CaseStudyCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/CaseStudyCard.tsx b/components/CaseStudyCard.tsx index 7b6bad8dadb2..d4ff376160aa 100644 --- a/components/CaseStudyCard.tsx +++ b/components/CaseStudyCard.tsx @@ -19,11 +19,11 @@ export default function CaseStudyCard({ studies = [] }: ICaseStudyCardProps) { } return ( -
+
{studies.map((study, index) => (
From 869e249c9258b7653216def18df70eba03a48621 Mon Sep 17 00:00:00 2001 From: Sonalilipsa17375 Date: Fri, 10 Jan 2025 21:41:14 +0530 Subject: [PATCH 2/5] fixed some failed test issues --- components/CaseStudyCard.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/components/CaseStudyCard.tsx b/components/CaseStudyCard.tsx index d4ff376160aa..251d37b28402 100644 --- a/components/CaseStudyCard.tsx +++ b/components/CaseStudyCard.tsx @@ -19,13 +19,10 @@ export default function CaseStudyCard({ studies = [] }: ICaseStudyCardProps) { } return ( -
+
{studies.map((study, index) => ( -
+
{study.company.name} From d779a39b853fe19c7f76d2dedfc7baa7c2d50c45 Mon Sep 17 00:00:00 2001 From: Sonalilipsa17375 Date: Fri, 10 Jan 2025 21:46:27 +0530 Subject: [PATCH 3/5] fixed some failed test issues --- components/CaseStudyCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/CaseStudyCard.tsx b/components/CaseStudyCard.tsx index 251d37b28402..73f73cd95c86 100644 --- a/components/CaseStudyCard.tsx +++ b/components/CaseStudyCard.tsx @@ -22,7 +22,9 @@ export default function CaseStudyCard({ studies = [] }: ICaseStudyCardProps) {
{studies.map((study, index) => ( -
+
{study.company.name} From aadf0b8d2720ddc397e41cddac2ab931219801d6 Mon Sep 17 00:00:00 2001 From: Sonalilipsa17375 Date: Fri, 10 Jan 2025 21:53:00 +0530 Subject: [PATCH 4/5] fixed some failed test --- components/CaseStudyCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/CaseStudyCard.tsx b/components/CaseStudyCard.tsx index 73f73cd95c86..a54bf6142345 100644 --- a/components/CaseStudyCard.tsx +++ b/components/CaseStudyCard.tsx @@ -23,8 +23,8 @@ export default function CaseStudyCard({ studies = [] }: ICaseStudyCardProps) { {studies.map((study, index) => (