mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: resolve add button bug (#500)
This commit is contained in:
parent
f100c572c5
commit
a808cf1d4f
@ -217,7 +217,7 @@ const Navbar: React.FC<NavbarProps> = ({ token }) => {
|
|||||||
</Link>
|
</Link>
|
||||||
<a
|
<a
|
||||||
onClick={()=> {
|
onClick={()=> {
|
||||||
setMobileAddDropdownOpen(false)
|
setMobileAddDropdownOpen(!mobileAddDropdownOpen)
|
||||||
}}
|
}}
|
||||||
className='flex items-center px-8 py-2 text-gray-100'
|
className='flex items-center px-8 py-2 text-gray-100'
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user