Add GitHub repo link button in navbar
File: client/src/pages/Dashboard.jsx
The navbar has logo + username + logout
but no link to the GitHub repo!
Add a GitHub icon button that opens the repo:
href="https://github.com/anoopcodehack/devboard"
target="_blank"
rel="noopener noreferrer"
className="text-xs text-[#666] hover:text-white
transition px-3 py-1.5 border border-[#2a2a2f]
rounded-lg"
⭐ Star on GitHub
~5 lines!! Also helps get more stars on your repo 😄
Add GitHub repo link button in navbar
File: client/src/pages/Dashboard.jsx
The navbar has logo + username + logout
but no link to the GitHub repo!
Add a GitHub icon button that opens the repo:
href="https://github.com/anoopcodehack/devboard"
target="_blank"
rel="noopener noreferrer"
className="text-xs text-[#666] hover:text-white
transition px-3 py-1.5 border border-[#2a2a2f]
rounded-lg"
⭐ Star on GitHub
~5 lines!! Also helps get more stars on your repo 😄