style(front): edit button in profile detail
This commit is contained in:
parent
f4a391fe09
commit
918acc1b4d
|
@ -106,6 +106,9 @@ const recentActivity = ref(0)
|
||||||
<Section no-items
|
<Section no-items
|
||||||
:h1="store.state.auth.username"
|
:h1="store.state.auth.username"
|
||||||
:action="{ text:'Edit profile', to:'/settings' }"
|
:action="{ text:'Edit profile', to:'/settings' }"
|
||||||
|
solid
|
||||||
|
primary
|
||||||
|
icon="bi-pencil-fill"
|
||||||
style="margin-top: 58px;"
|
style="margin-top: 58px;"
|
||||||
>
|
>
|
||||||
<span style="grid-column: 1 / -1">
|
<span style="grid-column: 1 / -1">
|
||||||
|
|
Loading…
Reference in New Issue