Skip to content

Commit

Permalink
Merge pull request dhairyagothi#453 from VinayLodhi1712/Contributorhome
Browse files Browse the repository at this point in the history
clicking on home on contributor page go to the home page : dhairyagothi#446 done
  • Loading branch information
dhairyagothi authored Oct 29, 2024
2 parents 886315f + 3385940 commit 8b5a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/contributor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const contributor = () => {
<p className="text-gray-400">Building a better future for public transportation.</p>
</div>
<nav className="flex flex-wrap justify-center gap-6">
<a href="#" className="text-gray-300 transition-colors hover:text-white">Home</a>
<a href="/" className="text-gray-300 transition-colors hover:text-white">Home</a>
<a href="#" className="text-gray-300 transition-colors hover:text-white">Documentation</a>
<a href="https://github.com/dhairyagothi/StationGuide" target="_blank" rel="noopener noreferrer" className="text-gray-300 transition-colors hover:text-white">GitHub</a>
<a href="#" className="text-gray-300 transition-colors hover:text-white">Contact</a>
Expand Down

0 comments on commit 8b5a37b

Please sign in to comment.