From b51c36645ee9af35fc892ad5fc53d85934bdc329 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 10 Dec 2024 14:12:13 -0500 Subject: [PATCH] style: adjust styling of index page and registration form --- internal/gateway/handlers/index/views.templ | 4 ++-- internal/gateway/handlers/index/views_templ.go | 2 +- internal/gateway/handlers/register/forms_templ.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/gateway/handlers/index/views.templ b/internal/gateway/handlers/index/views.templ index 8da640c5b..633808858 100644 --- a/internal/gateway/handlers/index/views.templ +++ b/internal/gateway/handlers/index/views.templ @@ -9,14 +9,14 @@ templ InitialView() { @layout.Root("Sonr.ID") { @layout.Container() { @text.Header("Sonr.ID", "The decentralized identity layer for the web.") -
+
Get Started
-
+
diff --git a/internal/gateway/handlers/index/views_templ.go b/internal/gateway/handlers/index/views_templ.go index 274ea4aa7..0357b32b0 100644 --- a/internal/gateway/handlers/index/views_templ.go +++ b/internal/gateway/handlers/index/views_templ.go @@ -62,7 +62,7 @@ func InitialView() templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
Get Started
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
Get Started
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/internal/gateway/handlers/register/forms_templ.go b/internal/gateway/handlers/register/forms_templ.go index dfac0a9e1..b8f691111 100644 --- a/internal/gateway/handlers/register/forms_templ.go +++ b/internal/gateway/handlers/register/forms_templ.go @@ -53,7 +53,7 @@ func formCreateProfile(action string, method string, data CreateProfileData) tem if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("\">
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("\">
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }