@leavittsoftware/web 8.1.2 → 8.1.3

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.
@@ -201,13 +201,13 @@ let ProfilePictureMenu = class ProfilePictureMenu extends LitElement {
201
201
  <slot-container>
202
202
  <slot name="content"></slot>
203
203
  </slot-container>
204
- <md-outlined-button account href="https://accounts.leavitt.com/" target="_blank"
204
+ <md-outlined-button account href="https://accounts.leavitt.com/your-apps" target="_blank"
205
205
  ><md-icon slot="icon">apps</md-icon>Browse Leavitt applications</md-outlined-button
206
206
  >
207
207
  </main>
208
208
  <md-divider role="separator" tabindex="-1"></md-divider>
209
209
  <footer>
210
- <md-text-button href="https://accounts.leavitt.com/profile" target="_blank">Account settings</md-text-button>
210
+ <md-text-button href="https://accounts.leavitt.com/" target="_blank">Account settings</md-text-button>
211
211
  <md-text-button @click=${() => this.userManager?.logout()}>Sign out</md-text-button>
212
212
  </footer>
213
213
  </md-menu>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -44,5 +44,5 @@
44
44
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
45
45
  },
46
46
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
47
- "gitHead": "ae27103afe45877bfd6428486fb5851cc3d1ab2d"
47
+ "gitHead": "6416ac6493dd401fcaacd351cdaa53977e4bb996"
48
48
  }