From e560ac90ac22879aeee214dbd45337450df5b54f Mon Sep 17 00:00:00 2001 From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:29:16 +0530 Subject: [PATCH] list style - disc --- app/(root)/tos/page.tsx | 2 +- app/globals.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/(root)/tos/page.tsx b/app/(root)/tos/page.tsx index 6c00536..6916fb5 100644 --- a/app/(root)/tos/page.tsx +++ b/app/(root)/tos/page.tsx @@ -7,7 +7,7 @@ const TermsOfService = () => { id="tos" className="wrapper container py-24 md:py-28 gap-4 flex flex-col" > -
+
{TERMS_AND_CONDITIONS}
diff --git a/app/globals.css b/app/globals.css index 6aa6ba4..95a8b23 100644 --- a/app/globals.css +++ b/app/globals.css @@ -15,7 +15,6 @@ body { } * { - list-style: none; padding: 0; margin: 0; scroll-behavior: smooth;