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?