fix: remove all duplicate closing tags in StatsCard

This commit is contained in:
Aleksandar 2025-12-11 13:35:37 +01:00
parent 77546a5017
commit feacef2a81

View File

@ -77,8 +77,4 @@ export function StatsCard({ title, value, change, trend, icon: Icon, color = "bl
</CardContent>
</Card>
);
}
</CardContent>
</Card>
);
}