fix: last updated date in privacy/terms

This commit is contained in:
Maze Winther
2025-07-14 17:39:13 +02:00
parent d8bb13eb78
commit 87215b31e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ export default function PrivacyPage() {
</section>
<p className="text-sm text-muted-foreground mt-8 pt-8 border-t border-muted/20">
Last updated: January 15, 2025
Last updated: July 14, 2025
</p>
</CardContent>
</Card>
+1 -1
View File
@@ -304,7 +304,7 @@ export default function TermsPage() {
</section>
<p className="text-sm text-muted-foreground mt-8 pt-8 border-t border-muted/20">
Last updated: January 15, 2025
Last updated: July 14, 2025
</p>
</CardContent>
</Card>