mirror of
https://github.com/chartdb/chartdb.git
synced 2026-01-09 13:20:18 -06:00
fix: change empty state image (#531)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 6.1 KiB |
@@ -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