Frontend: Update navigation.vue
This commit is contained in:
parent
53d814e62e
commit
b9c68f8fe8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
</v-list-tile-avatar>
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title class="title">
|
||||
{{ config.name }}<sup v-if="isSponsor">+</sup>
|
||||
{{ config.name }}<span v-if="isSponsor">+</span>
|
||||
</v-list-tile-title>
|
||||
</v-list-tile-content>
|
||||
<v-list-tile-action class="hidden-sm-and-down" :title="$gettext('Minimize')">
|
||||
|
|
Loading…
Reference in a new issue