🚀 Task: Add GitHub Link to Contribute Button
Currently, the "Contribute Code" button in OpenSourceVision.jsx is not linked to the GitHub repository.
🎯 Objective
Attach the official GitHub repository link to the "Contribute Code" button so users can directly navigate to the repo.
📂 File Location
components/OpenSourceVision.jsx (or relevant path)
🔧 Expected Changes
💡 Hint
You can:
- Wrap the button inside an
<a> tag
OR
- Use
onClick with window.open()
✅ Acceptance Criteria
- Button redirects to GitHub repo
- UI/design remains unchanged
- Code follows project structure
🟢 Difficulty
Beginner-friendly
🚀 Task: Add GitHub Link to Contribute Button
Currently, the "Contribute Code" button in
OpenSourceVision.jsxis not linked to the GitHub repository.🎯 Objective
Attach the official GitHub repository link to the "Contribute Code" button so users can directly navigate to the repo.
📂 File Location
components/OpenSourceVision.jsx (or relevant path)
🔧 Expected Changes
https://github.com/kunalverma2512/CodeLens
💡 Hint
You can:
<a>tagOR
onClickwithwindow.open()✅ Acceptance Criteria
🟢 Difficulty
Beginner-friendly