Skip to content

Commit d2652da

Browse files
committed
some icons edited
1 parent 8d69fb0 commit d2652da

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/images/create-room.png

4.03 KB
Loading

src/images/enter-room.png

4.57 KB
Loading

src/js/views/components/ChoosingPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)