mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix spacing issue for aliases. / was right behind the alias
This commit is contained in:
parent
9aeae4f89e
commit
97e5920199
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
v-bind:ref="getCommandSlug(command.trigger)" v-bind:class="{target: targetCommandId === getCommandSlug(command.trigger)}">
|
v-bind:ref="getCommandSlug(command.trigger)" v-bind:class="{target: targetCommandId === getCommandSlug(command.trigger)}">
|
||||||
<h3 class="text-xl mb-0">
|
<h3 class="text-xl mb-0">
|
||||||
!{{ command.trigger }}
|
!{{ command.trigger }}
|
||||||
<span v-for="alias in command.config.aliases"> <span class="text-gray-600">/</span> !{{ alias }}</span>
|
<span v-for="alias in command.config.aliases"> <span class="text-gray-600">/</span> !{{ alias }} </span>
|
||||||
</h3>
|
</h3>
|
||||||
<MarkdownBlock v-if="command.config.extra.info && command.config.extra.info.description"
|
<MarkdownBlock v-if="command.config.extra.info && command.config.extra.info.description"
|
||||||
:content="command.config.extra.info.description"
|
:content="command.config.extra.info.description"
|
||||||
|
|
Loading…
Add table
Reference in a new issue