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
|
||||
:h1="store.state.auth.username"
|
||||
:action="{ text:'Edit profile', to:'/settings' }"
|
||||
solid
|
||||
primary
|
||||
icon="bi-pencil-fill"
|
||||
style="margin-top: 58px;"
|
||||
>
|
||||
<span style="grid-column: 1 / -1">
|
||||
|
|
Loading…
Reference in New Issue