diff options
| author | Fuwn <[email protected]> | 2026-02-10 01:39:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 01:39:02 -0800 |
| commit | 720967b23d0ad38878fc85c06a8c5b9522576cd7 (patch) | |
| tree | aaf7d7547d73f8b6bd3b1f960c6c27b6097bfbca /apps/web | |
| parent | feat: add missing features to marketing feature grid (diff) | |
| download | asa.news-720967b23d0ad38878fc85c06a8c5b9522576cd7.tar.xz asa.news-720967b23d0ad38878fc85c06a8c5b9522576cd7.zip | |
fix: refine feature grid copy for customisation and API cards
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/(marketing)/_components/feature-grid.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(marketing)/_components/feature-grid.tsx b/apps/web/app/(marketing)/_components/feature-grid.tsx index 77bf33e..f579886 100644 --- a/apps/web/app/(marketing)/_components/feature-grid.tsx +++ b/apps/web/app/(marketing)/_components/feature-grid.tsx @@ -52,7 +52,7 @@ const FEATURES = [ { title: "customisable interface", description: - "three view modes, adjustable density, dark mode, and dozens of display preferences to make it yours.", + "view modes, density, dark mode, typography, and more \u2014 tweak every detail until it feels like yours.", }, { title: "installable pwa", @@ -62,7 +62,7 @@ const FEATURES = [ { title: "api & webhooks", description: - "programmatic access to your feeds and entries via rest api, with webhook notifications. available on developer plans.", + "programmatic access to your feeds and entries via rest api, with webhook notifications. available on the developer plan.", }, ] |