From 874bb6413765f0402917a437cebbd0e3153ecce2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Apr 2022 02:23:29 +0530 Subject: [PATCH] Keep the verified icon on the same line as the channel name --- src/routes/Channel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Channel.vue b/src/routes/Channel.vue index 8eb6500..b87da2d 100644 --- a/src/routes/Channel.vue +++ b/src/routes/Channel.vue @@ -10,12 +10,12 @@ {{ channel.name }} + {{ mdiCheckCircleOutline }}
{{ $tc('counts.subscribers', channel.subscriberCount, { formatted: $store.getters['i18n/fmtNumber'](channel.subscriberCount) }) }}
- {{ mdiCheckCircleOutline }}