You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tarea a realizar
Se necesita que el link Comunidad en el header apunte hacia la sección 'Como ayudar' de home.
Además debe cambiar de nombre a '¿Cómo Ayudar?'.
¿Por qué se realizará?
El motivo de realizar este cambio se debe a una reestructuración del sitio a SPA (Single Page Application).
thegreatyamori
changed the title
[MEJORA] Cambiar href de Comunidad en el header
[MEJORA] Cambiar href de Comunidad en el header. Requiere #85 completo
Mar 16, 2021
Tarea a realizar
Se necesita que el link Comunidad en el header apunte hacia la sección 'Como ayudar' de home.
Además debe cambiar de nombre a '¿Cómo Ayudar?'.
¿Por qué se realizará?
El motivo de realizar este cambio se debe a una reestructuración del sitio a SPA (Single Page Application).
Recomendaciones
Para desarrollar esta tarea:
src\components\community-hero-section\community-hero-section.js
<div className="community-hero-section">
a un tag<section>
<section>
un id.src\components\header\header.js
y cambiar:The text was updated successfully, but these errors were encountered: