fix: fix the counting
This commit is contained in:
parent
8c2b92d194
commit
55a7b32c76
@ -8,20 +8,20 @@ import { useIntersectionObserver } from '../hooks/use-intersection-observer';
|
|||||||
import AnimatedCounter from './animated-counter';
|
import AnimatedCounter from './animated-counter';
|
||||||
|
|
||||||
const stats = [
|
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',
|
value: 'about.stats.items.2.value',
|
||||||
suffix: 'about.stats.items.2.suffix',
|
suffix: 'about.stats.items.2.suffix',
|
||||||
label: 'about.stats.items.2.label',
|
label: 'about.stats.items.2.label',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'about.stats.items.4.value',
|
value: 'about.stats.items.3.value',
|
||||||
suffix: 'about.stats.items.4.suffix',
|
suffix: 'about.stats.items.3.suffix',
|
||||||
label: 'about.stats.items.4.label',
|
label: 'about.stats.items.3.label',
|
||||||
},
|
|
||||||
{
|
|
||||||
value: 'about.stats.items.5.value',
|
|
||||||
suffix: 'about.stats.items.5.suffix',
|
|
||||||
label: 'about.stats.items.5.label',
|
|
||||||
decimals: 1,
|
decimals: 1,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user