Skip to content

Commit e3119aa

Browse files
Merge pull request #565 from anju6814/master
The link for Privacy Terms in the footer is not working. The page is …
2 parents 621393c + 16e3771 commit e3119aa

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

index.html

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,23 +2140,26 @@ <h5 class="footer-title">Newsletter</h5>
21402140
<!-- Toast -->
21412141
<div id="newsletterToast" class="toast-msg">✅ Subscribed Successfully!</div>
21422142
</div>
2143-
</div>
2144-
<!-- End Footer Main Container -->
2145-
2146-
<!-- Footer Bottom -->
2147-
<div class="footer-bottom">
2148-
<div class="container">
2149-
<div class="row align-items-center py-3">
2150-
<div class="col-md-6">
2151-
<p class="copyright mb-0">© <span id="currentYear"></span>
2152-
<strong>GrowCraft</strong>. All rights reserved.
2153-
</p>
2154-
</div>
2155-
<div class="col-md-6">
2156-
<div class="footer-nav">
2157-
<a href="#privacy">Privacy</a>
2158-
<a href="#terms">Terms</a>
2159-
<a href="#sitemap">Sitemap</a>
2143+
2144+
<!-- End Footer Main Container -->
2145+
<!-- End Footer -->
2146+
2147+
<!-- Footer Bottom -->
2148+
<div class="footer-bottom">
2149+
<div class="container">
2150+
<div class="row align-items-center py-3">
2151+
<div class="col-md-6">
2152+
<p class="copyright mb-0">© <span id="currentYear"></span>
2153+
<strong>GrowCraft</strong>. All rights reserved.
2154+
</p>
2155+
</div>
2156+
<div class="col-md-6">
2157+
<div class="footer-nav">
2158+
<a href="./privacy.html">Privacy</a>
2159+
<a href="./terms.html">Terms</a>
2160+
<a href="./sitemap.html">Sitemap</a>
2161+
</div>
2162+
21602163
</div>
21612164
</div>
21622165
</div>

0 commit comments

Comments
 (0)