chore: update logo image max width

This commit is contained in:
steven
2023-03-29 10:07:03 +08:00
parent 83eaa71fb6
commit c645f13e12

View File

@ -43,9 +43,9 @@ const EmptyView = (props: Props) => {
return (
<div className={`${className || ""} w-full h-full flex flex-col justify-start items-center`}>
<p className="w-96 font-medium leading-loose mb-8">
<img src="/chat-logo-and-text.webp" alt="" />
</p>
<div className="w-96 max-w-full font-medium leading-loose mb-8">
<img src="/chat-logo-and-text.webp" alt="sql-chat-logo" />
</div>
<div className="w-full grid grid-cols-2 sm:grid-cols-3 gap-4">
<div className="w-full flex flex-col justify-start items-center">
<Icon.BsSun className="w-8 h-auto opacity-80" />