Skip to content

Commit 80a3b6f

Browse files
committed
fix: run yarn format
1 parent 1bb396a commit 80a3b6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/privacy/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ export default function PrivacyPage() {
2222
</section>
2323

2424
<section className="py-10 sm:py-12">
25-
<div
26-
className="max-w-4xl mx-auto px-6 sm:px-8 py-8 sm:py-10 bg-white rounded-2xl border border-gray-200 shadow-sm text-gray-700 leading-7 [&>br]:hidden [&>h2]:text-2xl [&>h2]:font-semibold [&>h2]:text-sinfo-primary [&>h2]:mt-10 [&>h2]:mb-3 [&>h2:first-of-type]:mt-0 [&>p]:text-base [&>p]:mt-3 [&>ul]:mt-5 [&>ul]:list-disc [&>ul]:pl-6 [&>ul]:space-y-4 [&_li]:pl-1"
27-
>
25+
<div className="max-w-4xl mx-auto px-6 sm:px-8 py-8 sm:py-10 bg-white rounded-2xl border border-gray-200 shadow-sm text-gray-700 leading-7 [&>br]:hidden [&>h2]:text-2xl [&>h2]:font-semibold [&>h2]:text-sinfo-primary [&>h2]:mt-10 [&>h2]:mb-3 [&>h2:first-of-type]:mt-0 [&>p]:text-base [&>p]:mt-3 [&>ul]:mt-5 [&>ul]:list-disc [&>ul]:pl-6 [&>ul]:space-y-4 [&_li]:pl-1">
2826
<p className="mb-6">
2927
This Privacy Policy governs the manner in which SINFO collects,
3028
uses, maintains and discloses information collected from users

0 commit comments

Comments
 (0)