Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/dsa/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function DsaPage() {
Digital Services Act — Compliance Information
</h1>

<p className="text-sm text-gray-500 mb-8">Last updated: March 14, 2026</p>
<p className="text-sm text-gray-500 mb-8">Last updated: March 15, 2026</p>

<div className="prose prose-navy max-w-none space-y-8">
<section>
Expand Down
11 changes: 9 additions & 2 deletions src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function PrivacyPage() {
Privacy Policy — Certified
</h1>

<p className="text-sm text-gray-500 mb-8">Last updated: March 14, 2026</p>
<p className="text-sm text-gray-500 mb-8">Last updated: March 15, 2026</p>

<div className="prose prose-navy max-w-none space-y-8">
<section>
Expand Down Expand Up @@ -299,7 +299,14 @@ export default function PrivacyPage() {
obligations.
</p>
<p className="mt-4">
If you close your account, we will delete account-related data from our infrastructure
To delete your account, contact us at{" "}
<a
href="mailto:support@hypercerts.org"
className="text-blue-600 underline hover:text-blue-800"
>
support@hypercerts.org
</a>
. We will delete account-related data from our infrastructure
within a reasonable period, subject to:
</p>
<ul className="list-disc pl-6 mt-2 space-y-2">
Expand Down
9 changes: 4 additions & 5 deletions src/app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function TermsPage() {
Terms of Service — Certified
</h1>

<p className="text-sm text-gray-500 mb-8">Last updated: March 14, 2026</p>
<p className="text-sm text-gray-500 mb-8">Last updated: March 15, 2026</p>

<div className="prose prose-navy max-w-none space-y-8">
<section>
Expand Down Expand Up @@ -344,13 +344,12 @@ export default function TermsPage() {

<h3 className="font-mono text-lg text-navy mt-6 mb-3">Termination by you</h3>
<p>
You may close your account at any time by using the account closure functionality
provided through certified.app, or by contacting us at{" "}
To delete your account, contact us at{" "}
<a
href="mailto:legal@hypercerts.org"
href="mailto:support@hypercerts.org"
className="text-blue-600 underline hover:text-blue-800"
>
legal@hypercerts.org
support@hypercerts.org
</a>
.
</p>
Expand Down