diff options
| author | Fuwn <[email protected]> | 2026-02-10 01:32:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 01:32:39 -0800 |
| commit | 1cf354598c244a6654a08fecb89ee63409cc9c6c (patch) | |
| tree | 841b9efd0cf93f669266b57b1635a486c1fed196 /apps | |
| parent | feat: gate offline reading to pro and developer plans (diff) | |
| download | asa.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.tsx | 6 |
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", |