diff --git a/src/app/policies/page.tsx b/src/app/policies/page.tsx index 93efdd65..17a56d5c 100644 --- a/src/app/policies/page.tsx +++ b/src/app/policies/page.tsx @@ -14,7 +14,7 @@ export default async function Page() { const policies = await getAllPolicies(); return ( - +

@@ -39,12 +39,14 @@ export default async function Page() { so developers can simply write code to customize any aspect of Zuplo.

- - Check out details - +
+ + Check out details + +
10, })} > -
-
- -
-
- -
-
-
- +
+
+
+
-
-
- - -
- {/*
- -
-
- -
+
+ +
+
+
+ +
+
+
+
-
*/} + {/*
+ +
+
+ +
+ +
+
*/} +
); @@ -67,18 +69,20 @@ export function Layout({ children }: { children: React.ReactNode }) { return (
-
- - - {children} - +
+
+ + + {children} + +
); diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index 293e7fb4..5acd6ae5 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -81,7 +81,7 @@ @apply rounded-xl px-12 py-5 text-base; } .btn.btn-secondary-light { - @apply border border-gray-500 bg-transparent text-black hover:bg-[#d9d9d9]; + @apply border border-gray-500 bg-transparent text-white hover:bg-[#d9d9d9] dark:text-black; } .btn.btn-secondary-dark { @apply border border-gray-600 bg-transparent text-white hover:bg-[#ffffff59];