From e02e6f35b75b35c370b1026b86ae0695c9bff31e Mon Sep 17 00:00:00 2001 From: Bhavy_Zala Date: Thu, 11 Jul 2024 17:56:28 +0530 Subject: [PATCH 1/2] Fix image to stop wasting of space --- frontend/src/pages/Policy.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/Policy.tsx b/frontend/src/pages/Policy.tsx index 0e2fc380..f5cfd301 100644 --- a/frontend/src/pages/Policy.tsx +++ b/frontend/src/pages/Policy.tsx @@ -26,9 +26,11 @@ function Policy() {
- Privacy
-

Privacy Policy

+
+

Privacy Policy

+ Privacy +

Your privacy is important to us. This privacy policy explains how we collect, use, and protect your personal information when you use our website.

1. Information We Collect

@@ -60,9 +62,11 @@ function Policy() {
- Terms
+

Terms and Conditions

+ Terms +

Please read these terms and conditions carefully before using our website.

1. Acceptance of Terms

@@ -94,9 +98,11 @@ function Policy() {
- Cookie
+

Cookie Policy

+ Cookie +

This cookie policy explains how we use cookies and similar technologies on our website.

1. What Are Cookies?

From 87d00e75003396b49839c55307dc683bdc48736b Mon Sep 17 00:00:00 2001 From: Bhavy Zala <126322584+zalabhavy@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:09:52 +0530 Subject: [PATCH 2/2] Update Policy.tsx --- frontend/src/pages/Policy.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Policy.tsx b/frontend/src/pages/Policy.tsx index f5cfd301..c4810d21 100644 --- a/frontend/src/pages/Policy.tsx +++ b/frontend/src/pages/Policy.tsx @@ -23,7 +23,7 @@ function Policy() { }, [location]); return ( -
+
@@ -133,4 +133,4 @@ function Policy() { ); } -export default Policy; \ No newline at end of file +export default Policy;