fix(front): correct name on profile page

This commit is contained in:
ArneBo 2025-02-25 10:43:18 +01:00
parent 058f178a63
commit 7295b41ca2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const recentActivity = ref(0)
<!-- TODO: Translate Edit Link -->
<Section
no-items
:h1="store.state.auth.username"
:h1="props.username"
:action="{ text:'Edit profile', to:'/settings' }"
solid
primary