fix icon paths
This commit is contained in:
parent
f1967d4189
commit
35e6bf86df
@ -18,7 +18,7 @@
|
|||||||
<p v-if="members.length>20">and {{members.length-20}} other members</p>
|
<p v-if="members.length>20">and {{members.length-20}} other members</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<icon class="closeBtn" @click.native="closeChatInfo()" ic="./sym/ic_close_white_24px.svg" />
|
<icon class="closeBtn" @click.native="closeChatInfo()" ic="./sym/ic_close_white.svg" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="topBanner">
|
<div class="topBanner">
|
||||||
<div>
|
<div>
|
||||||
<icon @click.native="closeChat()" class="topIcon" ic="./sym/arrow_back-24px.svg" />
|
<icon @click.native="closeChat()" class="topIcon" ic="./sym/ic_arrow_back_white.svg" />
|
||||||
<div @click="openChatInfo()" class="container">
|
<div @click="openChatInfo()" class="container">
|
||||||
<avatar class="topIcon avatar" :mxcURL="getMxcFromRoom(room)" :fallback="room.roomId" :size="3"/>
|
<avatar class="topIcon avatar" :mxcURL="getMxcFromRoom(room)" :fallback="room.roomId" :size="3"/>
|
||||||
<div class="chatName">{{room.name}}</div>
|
<div class="chatName">{{room.name}}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user