summaryrefslogtreecommitdiff
path: root/apps/web/app/(marketing)/_components/feature-grid.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/(marketing)/_components/feature-grid.tsx')
-rw-r--r--apps/web/app/(marketing)/_components/feature-grid.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/web/app/(marketing)/_components/feature-grid.tsx b/apps/web/app/(marketing)/_components/feature-grid.tsx
index 640b5d0..9f3fdcc 100644
--- a/apps/web/app/(marketing)/_components/feature-grid.tsx
+++ b/apps/web/app/(marketing)/_components/feature-grid.tsx
@@ -29,6 +29,11 @@ const FEATURES = [
description:
"new entries appear automatically or via notification \u2014 your choice. scroll position is always preserved.",
},
+ {
+ title: "offline reading",
+ description:
+ "read cached articles without an internet connection. available on pro and developer plans.",
+ },
]
export function FeatureGrid() {