mirror of
https://github.com/chartdb/chartdb.git
synced 2026-02-20 01:03:53 +08:00
fix: change empty state image (#531)
This commit is contained in:
parent
7452ca6965
commit
42d4cbac8c
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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user