Add account setting link
This commit is contained in:
parent
43e3ce1ed5
commit
76f992906d
2 changed files with 21 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
<portal to="icon"><fa :icon="faCog"/></portal>
|
||||
<portal to="title">{{ $t('clinetSettings') }}</portal>
|
||||
|
||||
<router-link v-if="$store.getters.isSignedIn" class="_panel _buttonPrimary" to="/my/settings" style="margin-bottom: var(--margin);">{{ $t('accountSettings') }}</router-link>
|
||||
|
||||
<x-theme/>
|
||||
|
||||
<section class="_card">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue