web icon indicating copy to clipboard operation
web copied to clipboard

[MEJORA] Cambiar href de Comunidad en el header. Requiere #85 completo

Open thegreatyamori opened this issue 3 years ago • 0 comments

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:

  • Es necesario que #85 este completo
  • En src\components\community-hero-section\community-hero-section.js
    • Convertir <div className="community-hero-section"> a un tag <section>
    • Añadir al tag <section> un id.
  • Ir a src\components\header\header.js y cambiar:
<Link ... to="/comunidad" ... >COMUNIDAD
// --------------------------
<Link ... to="#como-ayudar" ... >¿COMO AYUDAR?

thegreatyamori avatar Mar 16 '21 02:03 thegreatyamori