From 680521346d64ae2a5d05fb7372f12d8782d78ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 14 Dec 2022 08:40:09 +0100 Subject: [PATCH] header apps data --- .../components/header/backoffice-header-apps.element.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/components/header/backoffice-header-apps.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/components/header/backoffice-header-apps.element.ts index 67e8dbbfe6..fa36209b9f 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/components/header/backoffice-header-apps.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/components/header/backoffice-header-apps.element.ts @@ -45,7 +45,7 @@ export class UmbBackofficeHeaderTools extends LitElement { weight: 100, meta: { label: 'Favorites', - icon: null, + icon: 'favorite', pathname: 'favorites', }, }, @@ -56,6 +56,8 @@ export class UmbBackofficeHeaderTools extends LitElement { loader: () => import('./backoffice-header-app-user.element'), weight: 1000, meta: { + label: 'TODO: how should we enable this to not be set.', + icon: 'TODO: how should we enable this to not be set.', pathname: 'user', }, },