Changes logout icon
- It's a door now instead of the box arrow
This commit is contained in:
parent
1a63c31b71
commit
81aeba6e92
@ -341,7 +341,7 @@ export class App extends LiteElement {
|
|||||||
: ""}
|
: ""}
|
||||||
<sl-divider></sl-divider>
|
<sl-divider></sl-divider>
|
||||||
<sl-menu-item @click="${this.onLogOut}">
|
<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")}
|
${msg("Log Out")}
|
||||||
</sl-menu-item>
|
</sl-menu-item>
|
||||||
</sl-menu>
|
</sl-menu>
|
||||||
|
Loading…
Reference in New Issue
Block a user