@social-mail/social-mail-client 1.9.42 → 1.9.43

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.
@@ -48211,11 +48211,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
48211
48211
  return __awaiter(this, void 0, void 0, function* () {
48212
48212
  this.renderer = XNode.create("div", null, XNode.create("header", null, SocialMailApp.config.name), XNode.create("section", {
48213
48213
  other: Bind.oneWayAsync((c, e, cancelToken) => this.menuService.load(this.menuService.search, cancelToken))
48214
- }, SocialMailApp.config.links.home !== "/" ? XNode.create(MenuItem, {
48215
- icon: "fa-duotone fa-thin fa-home",
48216
- label: "Home",
48217
- href: SocialMailApp.config.links.home
48218
- }) : XNode.create(MenuItem, {
48214
+ }, SocialMailApp.config.links.home !== "/" ? false : XNode.create(MenuItem, {
48219
48215
  icon: "fas fa-home",
48220
48216
  label: "Home",
48221
48217
  commandLink: AppCommands.openHome.displayRoute({})