Link to Mastodon admin dashboard instead of AdminFE

This commit is contained in:
Essem 2024-01-21 00:00:41 -06:00
parent 17fd7e288b
commit 430a9f789a
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@
</button>
<a
v-if="currentUser && currentUser.role === 'admin'"
href="/pleroma/admin/#/login-pleroma"
:href="'https://' + $store.getters.instanceDomain + '/admin/dashboard'"
class="nav-icon"
target="_blank"
@click.stop

View file

@ -163,7 +163,7 @@
@click="toggleDrawer"
>
<a
href="/pleroma/admin/#/login-pleroma"
:href="'https://' + $store.getters.instanceDomain + '/admin/dashboard'"
target="_blank"
>
<FAIcon