diff options
| author | Fuwn <[email protected]> | 2026-02-10 01:39:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 01:39:21 -0800 |
| commit | 9188ca343e8da2d006088a720e12bbd3c9ad614a (patch) | |
| tree | 4066f3b1edb855af6222bbca3c26586ae4a36835 /apps | |
| parent | fix: refine feature grid copy for customisation and API cards (diff) | |
| download | asa.news-9188ca343e8da2d006088a720e12bbd3c9ad614a.tar.xz asa.news-9188ca343e8da2d006088a720e12bbd3c9ad614a.zip | |
fix: remove typography mention from feature grid
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(marketing)/_components/feature-grid.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(marketing)/_components/feature-grid.tsx b/apps/web/app/(marketing)/_components/feature-grid.tsx index f579886..5c5e880 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: - "view modes, density, dark mode, typography, and more \u2014 tweak every detail until it feels like yours.", + "view modes, density, dark mode, and more \u2014 tweak every detail until it feels like yours.", }, { title: "installable pwa", |