diff options
-rw-r--r-- | core/src/components/AppMenu.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index f982776827e..5317d7b5758 100644 --- a/core/src/components/AppMenu.vue +++ b/core/src/components/AppMenu.vue @@ -18,8 +18,9 @@ :aria-current="app.active ? 'page' : false" :href="app.href" :icon="app.icon" - :name="app.name" - class="app-menu__overflow-entry" /> + class="app-menu__overflow-entry"> + {{ app.name }} + </NcActionLink> </NcActions> </nav> </template> |