Skip to content

Commit ebd7bf7

Browse files
committed
(demo) change logo to PNG
1 parent 76171cf commit ebd7bf7

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

demo/src/ChatContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default {
211211
const roomAvatar =
212212
roomContacts.length === 1 && roomContacts[0].avatar
213213
? roomContacts[0].avatar
214-
: require('@/assets/logo.svg')
214+
: require('@/assets/logo.png')
215215
216216
formattedRooms.push({
217217
...{

demo/src/assets/logo.png

3.46 KB
Loading

demo/src/assets/logo.svg

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/styles/helper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
background-size: cover;
4242
background-position: center center;
4343
background-repeat: no-repeat;
44-
background-color: #9ca6af;
44+
background-color: #ddd;
4545
height: 42px;
4646
width: 42px;
4747
margin-right: 15px;

0 commit comments

Comments
 (0)