update policies

This commit is contained in:
2026-04-14 15:13:15 +05:30
parent 84019c3881
commit 6e906436cc
3 changed files with 22 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ export default function AboutPage() {
<h2>Features</h2>
<ul>
<li><strong>End-to-end encrypted</strong> — your entries are encrypted before leaving your device. We cannot read them.</li>
<li><strong>End-to-end encrypted entries</strong> — your journal content is encrypted before leaving your device. We cannot read it.</li>
<li><strong>No ads, no tracking</strong> — we don't sell your data or show you ads.</li>
<li><strong>Works offline</strong> installable as a PWA on Android, iOS, and desktop.</li>
<li><strong>Daily prompts</strong> gentle nudges to keep your practice consistent.</li>
@@ -48,7 +48,10 @@ export default function AboutPage() {
<h2>Privacy first</h2>
<p>
We built Grateful Journal because we believe your inner thoughts deserve a private space.
Read our full <Link to="/privacy">Privacy Policy</Link> to understand exactly how your data is protected.
Your journal entries are end-to-end encrypted — only you can read them. App preferences
such as your display name, profile photo, and background images are stored as plain account
settings and are not encrypted. Read our full <Link to="/privacy">Privacy Policy</Link> for
a complete breakdown of what is and isn't encrypted.
</p>
</main>