From 9a386b0bbc7c6c72f9eedc8a70713850cfa28088 Mon Sep 17 00:00:00 2001 From: Frank Montalvo Ochoa Date: Fri, 10 Nov 2023 08:59:17 -0500 Subject: [PATCH] =?UTF-8?q?feat(header):=20comunidad->=20=C2=BFcomo=20ayud?= =?UTF-8?q?ar=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Montalvo Ochoa --- .nvmrc | 1 + .../community-hero-section/community-hero-section.js | 4 ++-- src/components/header/header.js | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..2ab3d4b --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.20.2 diff --git a/src/components/community-hero-section/community-hero-section.js b/src/components/community-hero-section/community-hero-section.js index 83e9110..ed26035 100644 --- a/src/components/community-hero-section/community-hero-section.js +++ b/src/components/community-hero-section/community-hero-section.js @@ -30,7 +30,7 @@ const communityHeroSection = () => { }, ]; return ( -
+

¿Cómo ayudar?

{cards.map((card, idx) => ( @@ -43,7 +43,7 @@ const communityHeroSection = () => { /> ))}
-
+ ); }; diff --git a/src/components/header/header.js b/src/components/header/header.js index 81bf03e..8b0a385 100644 --- a/src/components/header/header.js +++ b/src/components/header/header.js @@ -52,12 +52,12 @@ const Header = () => { - COMUNIDAD + ¿COMO AYUDAR?