Skip to content

Commit

Permalink
Merge pull request #599 from KAUSHIKRM-36/Bug/issue#595
Browse files Browse the repository at this point in the history
BUG: fixed the link to Privacy Policy page  on the Pop-Up
  • Loading branch information
swaraj-das authored Oct 20, 2024
2 parents fbbe5dc + fe5ebd2 commit 1fd7efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ <h2 class="h2">Sign up for exclusive offers & updates</h2>
<button type="submit" class="signup-btn1">Get 30% Off Now</button>
</form>
<a href="#" class="no-thanks close1-btn">No thanks</a>
<p class="terms">By signing up, you agree to our <a href="#">Terms of Service</a> and <a
href="#">Privacy Policy</a>.</p>
<p class="terms">By signing up, you agree to our <a href="terms.html">Terms of Service</a> and <a
href="PrivacyPolicy/PrivacyPolicy.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -671,7 +671,7 @@ <h2>Quick Links</h2>
<h2>Legal Links</h2>
<ul>
<li><a href="PrivacyPolicy/PrivacyPolicy.html">Privacy Policy</a></li>
<li><a href="#">Terms of Service </a></li>
<li><a href="terms.html">Terms of Service </a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Return Policy</a></li>
Expand Down

0 comments on commit 1fd7efa

Please sign in to comment.