resize the join button icon in browser sessions page
This commit is contained in:
parent
2a31e81c65
commit
e305898a74
|
|
@ -189,7 +189,7 @@ 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={30} />
|
||||
<img src={EnterIcon} alt="enter" className="mr-1" width={20} />
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue