From a8a0ffab0ed074a58eb211c08504ebc4c8bcba20 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 | 76 ++++++++++++------- 1 file changed, 47 insertions(+), 29 deletions(-) diff --git a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue index 245ebe482c..2eaa0981c4 100644 --- a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue +++ b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue @@ -32,13 +32,13 @@ * With an icon: ``` - + ``` * With a spinning loader instead of the icon: ``` - + ``` ### Element with actions @@ -47,7 +47,7 @@ button will be automatically created. ```
- +