resize the join button icon in browser sessions page

This commit is contained in:
Nuwan 2024-03-20 09:12:26 +05:30
parent 2a31e81c65
commit e305898a74
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);
}