fix(front): correct name on profile page

environments/review-docs-feat-z0hkbz/deployments/20788
ArneBo 2025-02-25 10:43:18 +01:00
rodzic 058f178a63
commit 7295b41ca2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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