AayushSahani01 / AayushSahani01/Pooja_project

Phone number and email in Contact section are not clickable

Abierto Apto para principiantes
#50 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
4
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi @AayushSahani01 ,

The phone number and email address in the contact section of the website (implemented in `src/landingPage/Home/Info.jsx`) are currently displayed as static text. This prevents users from easily initiating a call or email directly from the page.

Image

This has been fixed by wrapping the phone number and email address in `` tags with the appropriate `href` attributes (`tel:` and `mailto:` respectively).

Image

Please assign this issue to me under gssoc level 1

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

The issue is in src/landingPage/Home/Info.jsx. Find the phone number and email address text and wrap them in tags with href='tel:...' and href='mailto:...' respectively. Verify the fix by checking that clicking the links opens the phone dialer or email client.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
react
Área
frontend
Tipo de issue
Error
Dificultad
1/5
Tiempo estimado
Menos de una hora
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
90/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.