ace #1

Open
dimitar wants to merge 42 commits from ace into master
Showing only changes of commit 77546a5017 - Show all commits

View File

@ -77,12 +77,7 @@ export function StatsCard({ title, value, change, trend, icon: Icon, color = "bl
</CardContent> </CardContent>
</Card> </Card>
); );
{trend === "up" ? "↑" : trend === "down" ? "↓" : "→"} {change} }
</span>
</p>
<span className="text-xs text-gray-500">vs last month</span>
</div>
)}
</CardContent> </CardContent>
</Card> </Card>
); );