diff --git a/web/default/src/features/home/components/sections/hero.tsx b/web/default/src/features/home/components/sections/hero.tsx index 41641b2c0..85461aa42 100644 --- a/web/default/src/features/home/components/sections/hero.tsx +++ b/web/default/src/features/home/components/sections/hero.tsx @@ -196,7 +196,7 @@ export function Hero(props: HeroProps) {
- {t('This site currently has {{count}} models enabled', { - count: models?.length || 0, - })} -