summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-10 01:32:39 -0800
committerFuwn <[email protected]>2026-02-10 01:32:39 -0800
commit1cf354598c244a6654a08fecb89ee63409cc9c6c (patch)
tree841b9efd0cf93f669266b57b1635a486c1fed196 /apps
parentfeat: gate offline reading to pro and developer plans (diff)
downloadasa.news-1cf354598c244a6654a08fecb89ee63409cc9c6c.tar.xz
asa.news-1cf354598c244a6654a08fecb89ee63409cc9c6c.zip
feat: add offline reading row to pricing comparison table
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/(marketing)/_components/pricing-table.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/web/app/(marketing)/_components/pricing-table.tsx b/apps/web/app/(marketing)/_components/pricing-table.tsx
index be3caa3..c71fc76 100644
--- a/apps/web/app/(marketing)/_components/pricing-table.tsx
+++ b/apps/web/app/(marketing)/_components/pricing-table.tsx
@@ -66,6 +66,12 @@ const COMPARISON_ROWS = [
developer: "yes",
},
{
+ label: "offline reading",
+ free: "no",
+ pro: "yes",
+ developer: "yes",
+ },
+ {
label: "data export",
free: "no",
pro: "yes",