From 80389cccf9d628006e12be0bcf6ceddeb119079d Mon Sep 17 00:00:00 2001 From: Dark <7890309+DarkView@users.noreply.github.com> Date: Fri, 6 Mar 2020 15:03:06 +0100 Subject: [PATCH] Fix spacing issue for aliases. / was right behind the alias --- dashboard/src/components/docs/Plugin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/docs/Plugin.vue b/dashboard/src/components/docs/Plugin.vue index dccbb5a5..431f9146 100644 --- a/dashboard/src/components/docs/Plugin.vue +++ b/dashboard/src/components/docs/Plugin.vue @@ -38,7 +38,7 @@ v-bind:ref="getCommandSlug(command.trigger)" v-bind:class="{target: targetCommandId === getCommandSlug(command.trigger)}">

!{{ command.trigger }} - / !{{ alias }} + / !{{ alias }}