This commit is contained in:
ditiqi 2025-02-23 21:42:59 +08:00
parent 74f3893f8c
commit 508a6617fe
1 changed files with 2 additions and 2 deletions

View File

@ -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 && (