chore: add data storage banner (#4)

* chore: stash

* chore: add data storage banner

* chore: update
This commit is contained in:
boojack
2023-03-29 10:02:19 +08:00
committed by GitHub
parent 017508cc50
commit 83eaa71fb6
8 changed files with 243 additions and 16 deletions

View File

@ -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" />