File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ class ChoosingPage extends React.Component{
237237 ${ this . state . createSelected ? 'choosingPage__item--selected' : '' }
238238 ${ this . state . selected && this . state . joinSelected ? 'choosingPage__item--not-selected' : '' } ` } >
239239
240- < img src = "../images/networking .png" alt = "" />
240+ < img src = "../images/create-room .png" alt = "" />
241241
242242 < span >
243243 Create a Group
@@ -249,7 +249,7 @@ class ChoosingPage extends React.Component{
249249 ${ this . state . joinSelected ? 'choosingPage__item--selected' : '' }
250250 ${ this . state . selected && this . state . createSelected ? 'choosingPage__item--not-selected' : '' } ` } >
251251
252- < img src = "../images/networking .png" alt = "" />
252+ < img src = "../images/enter-room .png" alt = "" />
253253
254254 < span >
255255 Join a Group
You can’t perform that action at this time.
0 commit comments