AayushSahani01 / AayushSahani01/Pooja_project
Phone number and email in Contact section are not clickable
- 主要语言
- JavaScript
- 星标
- 4
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
This has been fixed by wrapping the phone number and email address in `` tags with the appropriate `href` attributes (`tel:` and `mailto:` respectively).
Please assign this issue to me under gssoc level 1
贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 90/100