mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 14:21:36 +00:00
changed icons
This commit is contained in:
parent
dc77443f08
commit
14f9a27a47
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
/>
|
||||
<div class="no-channel-selected" v-if="!selectedChannelID">
|
||||
<div class="material-icons">
|
||||
{{ type === 0 ? "chat" : type === 1 ? "forum" : "question" }}
|
||||
{{ type === 0 ? "forum" : type === 1 ? "dns" : "question" }}
|
||||
</div>
|
||||
<div class="message">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue