From 1cf354598c244a6654a08fecb89ee63409cc9c6c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 10 Feb 2026 01:32:39 -0800 Subject: feat: add offline reading row to pricing comparison table --- apps/web/app/(marketing)/_components/pricing-table.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps') 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 @@ -65,6 +65,12 @@ const COMPARISON_ROWS = [ pro: "yes", developer: "yes", }, + { + label: "offline reading", + free: "no", + pro: "yes", + developer: "yes", + }, { label: "data export", free: "no", -- cgit v1.2.3