Skip to content

Commit

Permalink
Merge pull request #2595 from PrityanshuSingh/fixes/Newsletter
Browse files Browse the repository at this point in the history
Fix: Correct Links for Privacy Policy and Terms of Service in "Subscribe to Newsletter" Modal
  • Loading branch information
sampadatiwari30 authored Nov 2, 2024
2 parents 6f02f42 + b6f7e39 commit 4cb1e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Finveda/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ <h2 class="h2-nl">Stay Ahead in Your Financial Journey!</h2>
<button type="submit" class="signup-btn1-nl">Subscribe</button>
</form>
<a href="#" class="no-thanks-nl close-nl">No thanks</a>
<p class="terms-nl" style="white-space: nowrap;">By subscribing to newsletters, you agree to our <br><a href="terms&cond.html">Terms of Service</a> and <a href="privacynotice.html">Privacy Policy</a>.</p>
<p class="terms-nl" style="white-space: nowrap;">By subscribing to newsletters, you agree to our <br><a href="./blogs/terms-of-service.html">Terms of Service</a> and <a href="./blogs/privacy-policy.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ <h2 class="h2-nl">Stay Ahead in Your Financial Journey!</h2>
<button type="submit" class="signup-btn1-nl">Subscribe</button>
</form>
<a href="#" class="no-thanks-nl close-nl">No thanks</a>
<p class="terms-nl" style="white-space: nowrap;">By subscribing to newsletters, you agree to our <br><a href="terms&cond.html">Terms of Service</a> and <a href="privacynotice.html">Privacy Policy</a>.</p>
<p class="terms-nl" style="white-space: nowrap;">By subscribing to newsletters, you agree to our <br><a href="./blogs/terms-of-service.html">Terms of Service</a> and <a href="./blogs/privacy-policy.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4cb1e2c

Please sign in to comment.