From 33aeadf61988b59d10abced32683bf5689cd855c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 5 Jan 2023 17:09:55 +0100 Subject: [PATCH] feat(AppNavigationItem): Rename title to name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .../NcAppNavigationItem.vue | 92 +++++++++++++------ 1 file changed, 62 insertions(+), 30 deletions(-) diff --git a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue index 245ebe482c..254502222b 100644 --- a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue +++ b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue @@ -38,7 +38,7 @@ * With a spinning loader instead of the icon: ``` - + ``` ### Element with actions @@ -47,7 +47,7 @@ button will be automatically created. ```
- +