Skip to content

Commit

Permalink
fix(core): fix navigation duplicate$ 馃悰
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Mar 23, 2020
1 parent dee3ac5 commit 3d4779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/_core/components/core.nav.component.vue
Expand Up @@ -23,7 +23,7 @@
<v-icon :style="{color: config.vuetify.theme.themes[theme].onPrimary}">fa-{{ item.meta.icon }}</v-icon>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title :style="{color: config.vuetify.theme.themes[theme].onPrimary}">{{ item.name }} {{ item.name }}</v-list-item-title>
<v-list-item-title :style="{color: config.vuetify.theme.themes[theme].onPrimary}">{{ item.name }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
Expand Down

0 comments on commit 3d4779f

Please sign in to comment.