Merged develop into develop-promise

This commit is contained in:
Seth Call 2024-03-20 13:59:21 +00:00
commit 73c566fa9e
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -11,4 +11,4 @@ working.png
ruby/.rails5-gems
web/.rails5-gems
websocket-gateway/.rails5-gems
.pg_data/
.pg_data/

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