Skip to content

Commit

Permalink
fix(app-cmd): black dots
Browse files Browse the repository at this point in the history
  • Loading branch information
itsblok committed Sep 21, 2023
1 parent 95f6f77 commit 06d09d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/components/ApplicationCommands.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<img v-if="appCmd.icon" class="applicationCommandIcon" :src="appCmd.icon" alt="" />
<div v-if="appCmd.name" class="applicationCommandName">
<span>
{{ appCmd.name }}
/{{ appCmd.name }}
</span>
</div>
<div class="optionPill">
<div v-if="optionPillKey" class="optionPill">
<span v-if="optionPillKey" class="optionPillKey">
{{ optionPillKey }}
</span>
<span class="optionPillValue">
{{ optionPillValue }}
</span>
</div>
<div class="optionPill2">
<div v-if="optionPillKey2" class="optionPill2">
<span v-if="optionPillKey2" class="optionPillKey2">
{{ optionPillKey2 }}
</span>
Expand Down

0 comments on commit 06d09d3

Please sign in to comment.