Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank Gupta authored and Mayank Gupta committed Oct 15, 2024
1 parent 409cc43 commit 005f233
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 005f233

Please sign in to comment.