mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-01 03:31:50 +08:00
chore: add data storage banner (#4)
* chore: stash * chore: add data storage banner * chore: update
This commit is contained in:
@ -18,11 +18,7 @@ const Header = (props: Props) => {
|
||||
}, [title]);
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`${
|
||||
className || ""
|
||||
} 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={`${className || ""} w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-1 border-b z-1`}>
|
||||
<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">
|
||||
<Icon.IoIosMenu className="text-gray-600 w-full h-auto" />
|
||||
|
Reference in New Issue
Block a user