Skip to content

Commit

Permalink
refactor: Update contact information in PrivacyPolicy and TermsAndCon…
Browse files Browse the repository at this point in the history
…ditions components
  • Loading branch information
Arghya721 committed Aug 12, 2024
1 parent a5289ca commit adbaf3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/components/PrivacyPolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const PrivacyPolicy = () => {
<p>
You have the right to access, correct, or delete the personal
information we hold about you. If you wish to exercise these
rights, please contact us at [Insert Contact Information].
rights, please contact us at support@chat-with-llms.com .
</p>
</section>

Expand All @@ -105,7 +105,7 @@ const PrivacyPolicy = () => {
<h3 className="text-xl font-semibold">Contact Us</h3>
<p>
If you have any questions about this Privacy Policy, please
contact us at [Insert Contact Information].
contact us at support@chat-with-llms.com .
</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/TermsAndConditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const TermsAndConditions = () => {
<h3 className="text-xl font-semibold">Contact Information</h3>
<p>
If you have any questions about these Terms and Conditions, please
contact us at [Insert Contact Information].
contact us at support@chat-with-llms.com .
</p>
</section>
</div>
Expand Down

0 comments on commit adbaf3a

Please sign in to comment.