mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
chore: update logo image max width
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user