diff --git a/src/components/app/MessagePanel.vue b/src/components/app/MessagePanel.vue index 647146e..c71d0f5 100644 --- a/src/components/app/MessagePanel.vue +++ b/src/components/app/MessagePanel.vue @@ -15,27 +15,30 @@ selectedChannelID ? channelName : `Welcome back, ${user.username}!` " /> -
- -
- -
-
- {{ type === 0 ? "forum" : type === 1 ? "dns" : "question" }} + +
+
-
- {{ - type === 0 - ? "Select a person to message!" - : type === 1 - ? "Select a server!" - : "wot" - }} + + +
+
+ {{ type === 0 ? "forum" : type === 1 ? "dns" : "question" }} +
+
+ {{ + type === 0 + ? "Select a person to message!" + : type === 1 + ? "Select a server!" + : "wot" + }} +
-
+
-
@@ -25,17 +24,20 @@ - + + +