From feec14abd3d0d03716eeaa0edbd214060923fbaf Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Wed, 4 Oct 2023 14:18:04 +0200 Subject: [PATCH] minor styles --- src/containers/stories-page/index.tsx | 17 +++++++---------- src/containers/stories-page/list/index.tsx | 3 +-- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/containers/stories-page/index.tsx b/src/containers/stories-page/index.tsx index bac55192..d1146399 100644 --- a/src/containers/stories-page/index.tsx +++ b/src/containers/stories-page/index.tsx @@ -27,24 +27,21 @@ const Stories = () => { return ( -
+
-
-

Nature-based solutions are ready to be deployed right now, everywhere.

-
-
+

- From south to north, east to west, people have been taking action and leading the way - to reverse nature loss and create new sustainable economies. + Natural climate solutions are ready to be deployed now, across the globe. From south + to north, east to west, people have been taking action and leading the way to unlock + the power of nature for our collective future.

diff --git a/src/containers/stories-page/list/index.tsx b/src/containers/stories-page/list/index.tsx index 7ede4947..52789656 100644 --- a/src/containers/stories-page/list/index.tsx +++ b/src/containers/stories-page/list/index.tsx @@ -39,7 +39,6 @@ const List = () => { if (filters.categories.length > 0) { if (!filters.categories.includes(story.category)) return false; } - if (filters.media.length > 0) { if (!filters.media.some((m: MediaType) => story.media.includes(m))) return false; } @@ -116,7 +115,7 @@ const List = () => {