style: empty state for analytics, views and pages (#2967)
This commit is contained in:
parent
f969ed0662
commit
d7457ed5f4
9 changed files with 49 additions and 25 deletions
|
|
@ -46,7 +46,7 @@ export const NewEmptyState: React.FC<Props> = ({
|
|||
<h3 className="font-semibold text-2xl">{title}</h3>
|
||||
{description && <p className=" text-lg">{description}</p>}
|
||||
<div className="relative w-full max-w-6xl">
|
||||
<Image src={image} className="w-52 sm:w-60" alt={primaryButton?.text || "button image"} />
|
||||
<Image src={image} className="w-full" alt={primaryButton?.text || "button image"} />
|
||||
</div>
|
||||
|
||||
<div className="flex justify-center items-start relative">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue