We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49204b5 commit ade3af9Copy full SHA for ade3af9
apps/dashboard/src/app/(app)/team/components/Analytics/EmptyStateCard.tsx
@@ -31,7 +31,7 @@ export function EmptyStateContent({
31
link?: string;
32
}) {
33
return (
34
- <div className="flex flex-col items-center justify-center w-full gap-2 text-foreground">
+ <div className="flex w-full flex-col items-center justify-center gap-2 text-foreground">
35
<div className="flex size-8 items-center justify-center rounded-md border bg-card">
36
<PlugIcon className="size-4" />
37
</div>
0 commit comments