File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const grid = [
5050 ) ,
5151 component : (
5252 < p className = "whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4" >
53- < NumberTicker value = { 9000 } /> +
53+ < NumberTicker value = { 10000 } /> +
5454 </ p >
5555 ) ,
5656 } ,
@@ -72,7 +72,7 @@ const grid = [
7272 ) ,
7373 component : (
7474 < p className = "whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4" >
75- < NumberTicker value = { 700000 } /> +
75+ < NumberTicker value = { 900000 } /> +
7676 </ p >
7777 ) ,
7878 } ,
@@ -83,7 +83,7 @@ const grid = [
8383 icon : < Users className = "h-6 w-6 stroke-white" /> ,
8484 component : (
8585 < p className = "whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4" >
86- < NumberTicker value = { 65 } /> +
86+ < NumberTicker value = { 85 } /> +
8787 </ p >
8888 ) ,
8989 } ,
@@ -94,7 +94,7 @@ const grid = [
9494 icon : < HandCoins className = "h-6 w-6 stroke-white" /> ,
9595 component : (
9696 < p className = "whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4" >
97- < NumberTicker value = { 35 } /> +
97+ < NumberTicker value = { 38 } /> +
9898 </ p >
9999 ) ,
100100 } ,
You can’t perform that action at this time.
0 commit comments