add
This commit is contained in:
parent
74f3893f8c
commit
508a6617fe
|
@ -15,11 +15,11 @@ export default function Setting() {
|
|||
return (
|
||||
<>
|
||||
<div className="relative flex items-center">
|
||||
<button
|
||||
<div
|
||||
onClick={() => setIsSettingsOpen(!isSettingsOpen)}
|
||||
className="text-white hover:text-primaryHover">
|
||||
<Cog6ToothIcon className="w-10 h-10" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<AnimatePresence>
|
||||
{isSettingsOpen && (
|
||||
|
|
Loading…
Reference in New Issue