Refactoring charts in statistics in organization.

This commit is contained in:
charlesgauthereau
2025-12-30 16:26:28 +01:00
parent f111946592
commit 4447180e9e
3 changed files with 52 additions and 59 deletions
@@ -1,5 +1,5 @@
export const PlaceholderChart = ({text}: { text: string }) => (
<div className="flex h-48 items-center justify-center text-sm text-muted-foreground">{text}</div>
<div className="flex h-100 w-full items-center justify-center text-sm text-muted-foreground">{text}</div>
);