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;