Skip to content

Commit

Permalink
Merge pull request #110 from Priyanshu1011/fix/change-contact-to-cont…
Browse files Browse the repository at this point in the history
…act-us

fix: Changed 'Contact' to 'Contact Us' in Navbar
  • Loading branch information
EmmanuelAllanMJ authored Oct 5, 2023
2 parents 470158c + c66425e commit 3468131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Navbar = () => {
</li>
<li className="mx-4 my-6 md:my-0">
<a href="#contact" className="text-black">
Contact
Contact Us
</a>
</li>
<li className="mx-4 my-6 md:my-0">
Expand Down

1 comment on commit 3468131

@vercel
Copy link

@vercel vercel bot commented on 3468131 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.