mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
Update stats.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ const grid = [
|
|||||||
),
|
),
|
||||||
component: (
|
component: (
|
||||||
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
||||||
<NumberTicker value={9000} />+
|
<NumberTicker value={10000} />+
|
||||||
</p>
|
</p>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@@ -72,7 +72,7 @@ const grid = [
|
|||||||
),
|
),
|
||||||
component: (
|
component: (
|
||||||
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
||||||
<NumberTicker value={700000} />+
|
<NumberTicker value={900000} />+
|
||||||
</p>
|
</p>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@@ -83,7 +83,7 @@ const grid = [
|
|||||||
icon: <Users className="h-6 w-6 stroke-white" />,
|
icon: <Users className="h-6 w-6 stroke-white" />,
|
||||||
component: (
|
component: (
|
||||||
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
||||||
<NumberTicker value={65} />+
|
<NumberTicker value={85} />+
|
||||||
</p>
|
</p>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@@ -94,7 +94,7 @@ const grid = [
|
|||||||
icon: <HandCoins className="h-6 w-6 stroke-white" />,
|
icon: <HandCoins className="h-6 w-6 stroke-white" />,
|
||||||
component: (
|
component: (
|
||||||
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">
|
||||||
<NumberTicker value={35} />+
|
<NumberTicker value={38} />+
|
||||||
</p>
|
</p>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user