mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 11:31:41 +00:00
fixed typo
This commit is contained in:
parent
7582b234a0
commit
d38e2d0f14
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<div id="app" style="background: #292929;">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<message-logs v-else-if="selectedChannelID && selectedChannelMessages" :key="selectedChannelID" />
|
||||
<div class="no-channel-selected" v-if="!selectedChannelID">
|
||||
<div class="material-icons">{{type === 0 ? 'chat' : type === 1 ? 'forum' : 'question'}}</div>
|
||||
<div class="message">{{type === 0 ? 'Select a person to message!' : type === 1 ?'Selected a server!' : "wot"}}</div>
|
||||
<div class="message">{{type === 0 ? 'Select a person to message!' : type === 1 ?'Select a server!' : "wot"}}</div>
|
||||
</div>
|
||||
<div class="chat-input-area" v-if="selectedChannelID">
|
||||
<div style="position: relative;">
|
||||
|
|
|
|||
Loading…
Reference in a new issue