fix: privacy policy padding and clean-up

This commit is contained in:
trafficlunar 2025-02-16 20:22:04 +00:00
parent 776a36c11d
commit 93ec7e2e90

View file

@ -3,14 +3,14 @@ import { Link } from "react-router";
function PrivacyPolicy() { function PrivacyPolicy() {
return ( return (
<div className="p-16"> <div className="p-16 max-sm:p-8">
<Link to={{ pathname: "/" }} className="flex gap-1 mb-4 underline-offset-4 hover:underline"> <Link to={{ pathname: "/" }} className="flex gap-1 mb-4 underline-offset-4 hover:underline">
<ArrowLeftIcon /> back <ArrowLeftIcon /> back
</Link> </Link>
<h1 className="text-2xl font-medium">Privacy Policy</h1> <h1 className="text-2xl font-medium">Privacy Policy</h1>
<p className="mb-4"> <p className="mb-4">
<strong>Effective Date:</strong> January 25, 2025 <strong>Effective Date:</strong> February 16, 2025
</p> </p>
<p>By using this website, you confirm that you understand and agree to this Privacy Policy.</p> <p>By using this website, you confirm that you understand and agree to this Privacy Policy.</p>
@ -27,13 +27,7 @@ function PrivacyPolicy() {
</a> </a>
. .
</li> </li>
<li> <li>Blockmatic also does not use cookies.</li>
Blockmatic does not use cookies. Umami also specifies in their{" "}
<a href="https://umami.is/docs/faq" className="link">
F.A.Q.
</a>{" "}
that they don't use cookies either.
</li>
<li> <li>
Blockmatic is hosted by Vercel. I can not guarantee that Vercel does not collect any data, therefore I recommend reviewing their privacy Blockmatic is hosted by Vercel. I can not guarantee that Vercel does not collect any data, therefore I recommend reviewing their privacy
policy for clarification. policy for clarification.