fix icon paths

This commit is contained in:
adb 2021-04-05 16:35:41 +02:00
parent f1967d4189
commit 35e6bf86df
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<p v-if="members.length>20">and {{members.length-20}} other members</p>
</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>
</template>
<script>

View File

@ -1,7 +1,7 @@
<template>
<div class="topBanner">
<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">
<avatar class="topIcon avatar" :mxcURL="getMxcFromRoom(room)" :fallback="room.roomId" :size="3"/>
<div class="chatName">{{room.name}}</div>