Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Footer Links Removed #1570

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ <h5>ABOUT</h5>
<li><a href="">Press</a></li>
<li><a href="../pages/Corporate_Information/index.html">Corporate Information</a></li>
<li><i><a href="">Explore Plus</a></i></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Flipkart Stories</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Corporate Information</a></li>
<li><i><a href="#">Explore Plus</a></i></li>

</ul>
</div>
</div>
Expand All @@ -58,10 +52,6 @@ <h5>HELP</h5>
<li><a href="../pages/Payments/index.html">Payments</a></li>
<li><a href="../pages/Shipping/index.html">Shipping</a></li>
<li><a href="../pages/Cancellation_and_Returns/index.html">Cancellation & Returns</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Payments</a></li>
<li><a href="">Shipping</a></li>
<li><a href="">Cancellation & Returns</a></li>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="">Report Infringement</a></li>

Expand All @@ -81,19 +71,7 @@ <h5>CONSUMER POLICY</h5>
<li><a href="../pages/EPR_Page/epr.html">EPR Compilance</a></li>
<!-- <li><a href="../pages/cancellation & return/index.html">Cancellation & Returns</a></li> -->

<li><a href="">Cancellation & Returns</a></li>

<li><a href="">Terms Of Use</a></li>
<li><a href="../pages/securityPage/index.html">Security</a></li>

<li><a href="#">Cancellation & Returns</a></li>
<li><a href="#">Terms Of Use</a></li>
<li><a href="#">Security</a></li>

<li><a href="../pages/privacypolicy/index.html">Privacy</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Grievance Redressal</a></li>
<li><a href="#">EPR Compliance</a></li>
</ul>
</div>
</div>
Expand Down
Loading