Skip to content

Commit

Permalink
fix: show close button on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
claysending authored and DelmoreCooper committed Nov 14, 2023
1 parent 5c23723 commit 07ca6be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const RoomList = ({ rooms, menuFuncs, enterRoom, closeModalms, menuClick }) => {
{isShowMenus() && (
<MainMenu menuFuncs={menuFuncs} closeModalms={closeModalms} menuClick={menuClick} />
)}
{/* {isMobile() && (
{isMobile() && (
<div className="mobile-close-btn" onClick={handleMobileCloseBtn}>
<img src={mobileCloseIcon} />
</div>
)} */}
)}
</div>
</div>
<div className="rooms-search">
Expand Down

0 comments on commit 07ca6be

Please sign in to comment.