From 8f4a0ca672030dc4444ed3b048548e0216922c63 Mon Sep 17 00:00:00 2001 From: Drina Date: Mon, 3 Jul 2023 13:04:41 -0300 Subject: [PATCH 1/2] modify component so that the 3 cards of dualSection are fixed --- src/components/DualSection/DualSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DualSection/DualSection.js b/src/components/DualSection/DualSection.js index e1dacca1..00db066f 100644 --- a/src/components/DualSection/DualSection.js +++ b/src/components/DualSection/DualSection.js @@ -5,7 +5,7 @@ import "./DualSection.scss" export default function DualSection({ data }) { const dualSectionParts = data?.dualSectionPart const listSectionParts = dualSectionParts.map(section => ( -
+
naturaleza
From 6db12134ccd633ec856b3c518734d9afede81f1c Mon Sep 17 00:00:00 2001 From: Drina Date: Mon, 3 Jul 2023 14:04:23 -0300 Subject: [PATCH 2/2] add key to map --- src/components/DualSection/DualSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DualSection/DualSection.js b/src/components/DualSection/DualSection.js index 00db066f..c88a8121 100644 --- a/src/components/DualSection/DualSection.js +++ b/src/components/DualSection/DualSection.js @@ -5,7 +5,7 @@ import "./DualSection.scss" export default function DualSection({ data }) { const dualSectionParts = data?.dualSectionPart const listSectionParts = dualSectionParts.map(section => ( -
+
naturaleza