mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-07 21:00:31 -05: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
|
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-base">{title}</Label>
|
||||||
<Label className="text-sm font-normal text-muted-foreground">
|
<Label className="text-sm font-normal text-muted-foreground">
|
||||||
{description}
|
{description}
|
||||||
|
|||||||
Reference in New Issue
Block a user