mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-17 04:11:25 +00:00
fix: change empty state image (#531)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user