javascriptecuador / javascriptecuador/web
[MEJORA] Cambiar href de Comunidad en el header. Requiere #85 completo
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
**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 `
- Añadir al tag `` un id.
- Ir a `src\components\header\header.js` y cambiar:
```javascript
COMUNIDAD
// --------------------------
¿COMO AYUDAR?
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First confirm that issue #85 is complete, then inspect src/components/community-hero-section/community-hero-section.js and src/components/header/header.js. Update the community section anchor and header link as described; it is done when the header displays “¿Cómo Ayudar?” and navigates to the home page’s “Como ayudar” section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100