From 32f6c89e3654b8d28687f7b940dfd05e2738f2de Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Mon, 10 Aug 2026 10:07:35 +0000 Subject: [PATCH] fix: drop the footer claim that footage stays on your own server It is only true when the reader is self-hosting, and the landing page is read by people who are not. A privacy promise the product may not keep is worse than no promise at all, so the footer now says nothing rather than something conditional. Co-Authored-By: Claude Opus 5 (1M context) --- apps/web/src/views/landing.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/views/landing.tsx b/apps/web/src/views/landing.tsx index 6171f4a..1de846e 100644 --- a/apps/web/src/views/landing.tsx +++ b/apps/web/src/views/landing.tsx @@ -283,7 +283,6 @@ export const LandingPage: FC<{ signedIn: boolean }> = ({ signedIn }) => (