Changes logout icon

- It's a door now instead of the box arrow
This commit is contained in:
Henry Wilkinson 2023-04-27 00:46:42 -04:00
parent 1a63c31b71
commit 81aeba6e92

View File

@ -341,7 +341,7 @@ export class App extends LiteElement {
: ""}
<sl-divider></sl-divider>
<sl-menu-item @click="${this.onLogOut}">
<sl-icon slot="prefix" name="box-arrow-right"></sl-icon>
<sl-icon slot="prefix" name="door-open"></sl-icon>
${msg("Log Out")}
</sl-menu-item>
</sl-menu>