Skip to content

Commit

Permalink
Merge pull request #301 from Vanshika7902/ToFixQuicklinks
Browse files Browse the repository at this point in the history
Quick links in the footer of Home page are now working
  • Loading branch information
Anushkabh authored May 24, 2024
2 parents ab8095b + cf519e3 commit bff4f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,10 @@ <h2 style="font-size: 20px;">Sonal K</h2>
<div class="col-md-6 col-lg-3 mb-4 mb-md-0">
<h5 class="footer-title">Quick Links</h5>
<ul class="footer-links">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about(1).html">About Us</a></li>
<li><a href="shop(1).html">Shop</a></li>
<li><a href="contact(1).html">Contact Us</a></li>
</ul>
</div>

Expand Down

0 comments on commit bff4f3b

Please sign in to comment.