summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-08 07:14:58 -0800
committerFuwn <[email protected]>2026-02-08 07:14:58 -0800
commit6aa5ad9517ebdbb262c2f3a9c74daef9c344e47b (patch)
treeab3126c419e50f5a4b7df4cd08bf3445e2842719 /apps
parentfeat: share with highlighted excerpt and fix auth redirect URLs (diff)
downloadasa.news-6aa5ad9517ebdbb262c2f3a9c74daef9c344e47b.tar.xz
asa.news-6aa5ad9517ebdbb262c2f3a9c74daef9c344e47b.zip
feat: add support email to account settings
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/reader/settings/_components/account-settings.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/web/app/reader/settings/_components/account-settings.tsx b/apps/web/app/reader/settings/_components/account-settings.tsx
index 953f4a6..0a8d403 100644
--- a/apps/web/app/reader/settings/_components/account-settings.tsx
+++ b/apps/web/app/reader/settings/_components/account-settings.tsx
@@ -600,6 +600,18 @@ export function AccountSettings() {
{isRequestingData ? "exporting ..." : "request all data"}
</button>
</div>
+ <div className="mb-6">
+ <h3 className="mb-2 text-text-primary">support</h3>
+ <p className="text-text-dim">
+ need help or have feedback? reach out at{" "}
+ <a
+ href="mailto:[email protected]"
+ className="text-text-secondary transition-colors hover:text-text-primary"
+ >
+ </a>
+ </p>
+ </div>
</div>
)
}