fix: correct title of profile creation page

This commit is contained in:
Prad Nukala
2024-12-11 13:26:26 -05:00
parent 305efbea5d
commit 0d4f2946f3
6 changed files with 14 additions and 13 deletions
@@ -6,7 +6,7 @@ import (
)
templ ProfileFormView(data CreateProfileData) {
@layout.Root("Create Profile | Sonr.ID") {
@layout.Root("New Profile | Sonr.ID") {
@layout.Container() {
@text.Header("Basic Info", "Tell us a little about yourself.")
@formCreateProfile("/register/start", "POST", data)