styling change on join session button

This commit is contained in:
Nuwan 2024-10-08 02:27:36 +05:30
parent 7ed94b5dc0
commit 3db0a30fef
1 changed files with 2 additions and 2 deletions

View File

@ -188,9 +188,9 @@ function JoinSessionButton({ session }) {
className="btn-join btn-sm mr-1 mb-1 pt-1 pb-1 pl-1 pr-1"
style={{ cursor: 'pointer' }}
>
<img src={EnterIcon} alt="enter" className="mr-1" width={20} />
<img src={EnterIcon} alt="enter" className="mr-1" style={ { width: "23px" } } />
</Button>
<div>
<div className='d-none d-sm-block'>
<a href="#" onClick={joinSession}>
Join Session
</a>