web/user: fix incorrect link to admin interface (#6993)

This commit is contained in:
Jens L 2023-09-26 19:51:45 +02:00 committed by GitHub
parent e55e27d060
commit 8e39ad2cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ export class UserInterface extends Interface {
${this.me.user.isSuperuser
? html`<a
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
href="/if/admin"
href="/if/admin/"
>
${msg("Admin interface")}
</a>`