From adbaf3a13fce9ecc286a686748ea95c7a33f9bfa Mon Sep 17 00:00:00 2001 From: Arghya721 Date: Tue, 13 Aug 2024 02:27:52 +0530 Subject: [PATCH] refactor: Update contact information in PrivacyPolicy and TermsAndConditions components --- web/src/components/PrivacyPolicy.js | 4 ++-- web/src/components/TermsAndConditions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/PrivacyPolicy.js b/web/src/components/PrivacyPolicy.js index a38c8c3..b496075 100644 --- a/web/src/components/PrivacyPolicy.js +++ b/web/src/components/PrivacyPolicy.js @@ -88,7 +88,7 @@ const PrivacyPolicy = () => {

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 .

@@ -105,7 +105,7 @@ const PrivacyPolicy = () => {

Contact Us

If you have any questions about this Privacy Policy, please - contact us at [Insert Contact Information]. + contact us at support@chat-with-llms.com .

diff --git a/web/src/components/TermsAndConditions.js b/web/src/components/TermsAndConditions.js index 96ff4c3..1104dde 100644 --- a/web/src/components/TermsAndConditions.js +++ b/web/src/components/TermsAndConditions.js @@ -108,7 +108,7 @@ const TermsAndConditions = () => {

Contact Information

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 .