|
|
@ -28,7 +28,7 @@ const UserBanner = (props: Props) => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="relative w-auto h-auto px-1 shrink-0">
|
|
|
|
<div className="relative w-auto h-auto px-1 shrink-0">
|
|
|
|
<Dropdown>
|
|
|
|
<Dropdown>
|
|
|
|
<MenuButton slots={{ root: "div" }}>
|
|
|
|
<MenuButton disabled={!user} slots={{ root: "div" }}>
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
className={classNames(
|
|
|
|
className={classNames(
|
|
|
|
"py-1 my-1 w-auto flex flex-row justify-start items-center cursor-pointer rounded-2xl border border-transparent text-gray-800 dark:text-gray-300",
|
|
|
|
"py-1 my-1 w-auto flex flex-row justify-start items-center cursor-pointer rounded-2xl border border-transparent text-gray-800 dark:text-gray-300",
|
|
|
|