Skip to content

Commit ade3af9

Browse files
committed
lint
1 parent 49204b5 commit ade3af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/components/Analytics/EmptyStateCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function EmptyStateContent({
3131
link?: string;
3232
}) {
3333
return (
34-
<div className="flex flex-col items-center justify-center w-full gap-2 text-foreground">
34+
<div className="flex w-full flex-col items-center justify-center gap-2 text-foreground">
3535
<div className="flex size-8 items-center justify-center rounded-md border bg-card">
3636
<PlugIcon className="size-4" />
3737
</div>

0 commit comments

Comments
 (0)