Update stats mapping to use statsDisplay
cgen-f445c3b202b14560bddc7e9f3a2c1966
This commit is contained in:
parent
b401b9259d
commit
66b275e74a
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ export default function Dashboard() {
|
|||
<div className="lg:col-span-9 space-y-6">
|
||||
{/* Stats Grid */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 animate-slide-up">
|
||||
{stats.map((stat, index) => {
|
||||
{statsDisplay.map((stat, index) => {
|
||||
const Icon = stat.icon;
|
||||
return (
|
||||
<Card
|
||||
|
|
|
|||
Loading…
Reference in a new issue