Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thegreatyamori opened this issue Mar 16, 2021 · 0 comments · May be fixed by #98
Open

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

thegreatyamori opened this issue Mar 16, 2021 · 0 comments · May be fixed by #98
Labels
enhancement New feature or request
Projects

Comments

@thegreatyamori
Copy link
Contributor

thegreatyamori commented 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:

  • Es necesario que [MEJORA] Mover seccion 'Como Ayudar' de Comunidad a Home #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 thegreatyamori added the enhancement New feature or request label Mar 16, 2021
@thegreatyamori 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
@rpalaciosg rpalaciosg added this to To do in JSEC Web via automation Mar 16, 2021
@fmontalvoo fmontalvoo linked a pull request Nov 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant