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