forked from AkkomaGang/akkoma-fe
Link to Mastodon admin dashboard instead of AdminFE
This commit is contained in:
parent
17fd7e288b
commit
430a9f789a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
@click="toggleDrawer"
|
||||
>
|
||||
<a
|
||||
href="/pleroma/admin/#/login-pleroma"
|
||||
:href="'https://' + $store.getters.instanceDomain + '/admin/dashboard'"
|
||||
target="_blank"
|
||||
>
|
||||
<FAIcon
|
||||
|
|
Loading…
Reference in a new issue