@triptease/tt-navbar 0.0.14 → 0.0.17

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.
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.14
2
+ * @triptease/tt-navbar v0.0.17
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1173,13 +1173,13 @@ var TtNavbar = class extends i4 {
1173
1173
  >
1174
1174
  <a
1175
1175
  class="sub-nav-item"
1176
- href=${this.buildUrl("/settings/group")}
1176
+ href=${this.buildUrl("/settings/$CLIENT_KEY/guides")}
1177
1177
  @click=${this.onAnchorClick}
1178
1178
  >Group settings</a
1179
1179
  >
1180
1180
  <a
1181
1181
  class="sub-nav-item"
1182
- href=${this.buildUrl("/settings/$CLIENT_KEY/hotels/")}
1182
+ href=${this.buildUrl("/settings/$CLIENT_KEY/hotels")}
1183
1183
  @click=${this.onAnchorClick}
1184
1184
  >Property settings</a
1185
1185
  >