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