Skip to content

Commit

Permalink
fix bug 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
treee97 committed Nov 27, 2023
1 parent ae43a92 commit bdd1834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BackOfficeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ function ViewBackOffice(){
{/* Mobile */}
<div className="flex items-center justify-end my-1 mr-2 lg:mr-10">
<AdminButtons />
<div className="lg:hidden w-12 h-12 mr-4" onClick={toggleDropdown}>
<button className="lg:hidden w-12 h-12 mr-4" onClick={toggleDropdown}>
<img src={menu} className="h-full cursor-pointer"/>
</div>
</button>
</div>
{isDropdownOpen && (
<div className='flex flex-col'>
Expand Down

0 comments on commit bdd1834

Please sign in to comment.