fix: change empty state image (#531)

This commit is contained in:
Guy Ben-Aharon
2025-01-26 13:25:30 +02:00
committed by GitHub
parent 7452ca6965
commit 42d4cbac8c
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ export const EmptyState = forwardRef<
className
)}
>
<img src={EmptyStateImage} alt="Empty state" className="w-32" />
<img src={EmptyStateImage} alt="Empty state" className="mb-2 w-20" />
<Label className="text-base">{title}</Label>
<Label className="text-sm font-normal text-muted-foreground">
{description}