From 820a97bd18a2eb4ed59b07ff19b76c369b46e936 Mon Sep 17 00:00:00 2001 From: urluckyturtle01 <101178012+urluckyturtle01@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:57:03 +0000 Subject: [PATCH] ok --- pages/landing/components/StoriesSection/index.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/landing/components/StoriesSection/index.js b/pages/landing/components/StoriesSection/index.js index a1fc3954..b023a6a9 100644 --- a/pages/landing/components/StoriesSection/index.js +++ b/pages/landing/components/StoriesSection/index.js @@ -59,9 +59,12 @@ const StoriesSection = ({ insightStories = [] }) => { Turning insights into impact
- {insightStories - .map((insightStory.link, index) => ( - + {insightStories.map((insightStory, index) => ( + + + + + ))}