mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 10:06:23 +08:00
chore: tweak logo
This commit is contained in:
@ -20,7 +20,7 @@ const Header = (props: Props) => {
|
|||||||
<div
|
<div
|
||||||
className={`${
|
className={`${
|
||||||
className || ""
|
className || ""
|
||||||
} sticky top-0 w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-2 border-b bg-white z-1`}
|
} sticky top-0 w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-1 border-b bg-white z-1`}
|
||||||
>
|
>
|
||||||
<div className="ml-2 flex justify-start items-center">
|
<div className="ml-2 flex justify-start items-center">
|
||||||
<label htmlFor="connection-drawer" className="w-8 h-8 p-1 mr-1 block lg:hidden rounded-md cursor-pointer hover:bg-gray-100">
|
<label htmlFor="connection-drawer" className="w-8 h-8 p-1 mr-1 block lg:hidden rounded-md cursor-pointer hover:bg-gray-100">
|
||||||
@ -42,8 +42,7 @@ const Header = (props: Props) => {
|
|||||||
className="flex flex-row justify-center items-center h-10 px-3 py-1 rounded-md whitespace-nowrap hover:bg-gray-100"
|
className="flex flex-row justify-center items-center h-10 px-3 py-1 rounded-md whitespace-nowrap hover:bg-gray-100"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span className="text-sm text-gray-600 hidden sm:block">Crafted by</span>
|
<img className="h-6 w-auto ml-1" src="/craft-by-bytebase.webp" alt="" />
|
||||||
<img className="h-5 w-auto ml-1" src="/bytebase-logo-full.png" alt="" />
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
BIN
public/craft-by-bytebase.webp
Normal file
BIN
public/craft-by-bytebase.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user