@social-mail/social-mail-client 1.9.44 → 1.9.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48254,7 +48254,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
48254
48254
  this.renderer = XNode.create("div", null, XNode.create("header", null, SocialMailApp.config.name), XNode.create("section", {
48255
48255
  other: Bind.oneWayAsync((c, e, cancelToken) => this.menuService.load(this.menuService.search, cancelToken))
48256
48256
  }, SocialMailApp.config.links.home !== "/" ? XNode.create(MenuItem, {
48257
- icon: "fa-duotone fa-thin fa-home home-menu",
48257
+ class: "home-menu",
48258
+ icon: "fa-duotone fa-thin fa-home",
48258
48259
  label: "Home",
48259
48260
  href: SocialMailApp.config.links.home
48260
48261
  }) : XNode.create(MenuItem, {