diff --git a/index.html b/index.html index 418e042..3c91a47 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - +
-

Daily limits

-

+

Daily limits

+

Set how many cans you want per day, when to stop, and a spend cap. Limits are optional and stored on your account.

@@ -37,7 +37,7 @@ export function DailyLimitsCard({ limits, check, onOpenSettings }: DailyLimitsCa return (
-

Daily limits

+

Daily limits

- ); - })} -
-
- {visibleThemes.map((theme) => { + {APP_THEMES.map((theme) => { const isActive = activeThemeId === theme.id; return (