diff --git a/src/shared/components/about-counter.tsx b/src/shared/components/about-counter.tsx index ac8c7e1..4894215 100644 --- a/src/shared/components/about-counter.tsx +++ b/src/shared/components/about-counter.tsx @@ -8,20 +8,20 @@ import { useIntersectionObserver } from '../hooks/use-intersection-observer'; import AnimatedCounter from './animated-counter'; const stats = [ + { + value: 'about.stats.items.1.value', + suffix: 'about.stats.items.1.suffix', + label: 'about.stats.items.1.label', + }, { value: 'about.stats.items.2.value', suffix: 'about.stats.items.2.suffix', label: 'about.stats.items.2.label', }, { - value: 'about.stats.items.4.value', - suffix: 'about.stats.items.4.suffix', - label: 'about.stats.items.4.label', - }, - { - value: 'about.stats.items.5.value', - suffix: 'about.stats.items.5.suffix', - label: 'about.stats.items.5.label', + value: 'about.stats.items.3.value', + suffix: 'about.stats.items.3.suffix', + label: 'about.stats.items.3.label', decimals: 1, }, ];