diff options
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", |