web/admin: fix settings link on user avatar

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-17 09:53:04 +02:00
parent fcbcfbc3c0
commit 04399bc8bb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export class SidebarUser extends LitElement {
render(): TemplateResult { render(): TemplateResult {
return html` return html`
<a href="/if/user/#settings" class="pf-c-nav__link user-avatar" id="user-settings"> <a href="/if/user/#/settings" class="pf-c-nav__link user-avatar" id="user-settings">
${until( ${until(
me().then((u) => { me().then((u) => {
return html`<img return html`<img