Skip to content

Commit

Permalink
Merge pull request #121 from mayank-0789/CONTACT
Browse files Browse the repository at this point in the history
Contact
  • Loading branch information
Anu27n authored Oct 15, 2024
2 parents 798b5d8 + 005f233 commit 2aaedeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ const Home = () => {
<div className="footer-brand has-before has-after">
<ul className="footer-list">
<li>
<a href="#" className="label-2 footer-link hover-underline">
<a href="/" className="label-2 footer-link hover-underline">
Home
</a>
</li>
Expand All @@ -514,7 +514,7 @@ const Home = () => {
</a>
</li>
<li>
<a href="#" className="label-2 footer-link hover-underline">
<a href="/#about" className="label-2 footer-link hover-underline">
About Us
</a>
</li>
Expand All @@ -524,7 +524,7 @@ const Home = () => {
</a>
</li>
<li>
<a href="#" className="label-2 footer-link hover-underline">
<a href="/Contact" className="label-2 footer-link hover-underline">
Contact
</a>
</li>
Expand Down

0 comments on commit 2aaedeb

Please sign in to comment.