Skip to content

Commit 3470139

Browse files
committed
refactor: update stats of used
1 parent 02b1ad4 commit 3470139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Stats.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import { motion } from 'framer-motion';
44
const Stats = () => {
55
const stats = [
66
{
7-
number: '50K+',
7+
number: '70K+',
88
label: 'Total Downloaded',
99
},
1010
{
1111
number: '89K+',
1212
label: 'Monthly Site Visits',
1313
},
1414
{
15-
number: '1.7K',
15+
number: '2K',
1616
label: 'GitHub Stars',
1717
},
1818
{

0 commit comments

Comments
 (0)