diff --git a/internal/templates/auth.templ b/internal/templates/auth.templ index 622f52c..186fcaf 100644 --- a/internal/templates/auth.templ +++ b/internal/templates/auth.templ @@ -2,17 +2,20 @@ package templates templ Login() { @Layout("Login") { -

Login

-
-
- - -
-
- - -
- -
+
+

sign in

+

enter your credentials to continue

+
+
+ + +
+
+ + +
+ +
+
} } diff --git a/internal/templates/auth_templ.go b/internal/templates/auth_templ.go index 5b39472..6ca9262 100644 --- a/internal/templates/auth_templ.go +++ b/internal/templates/auth_templ.go @@ -41,7 +41,7 @@ func Login() templ.Component { }() } ctx = templ.InitializeContext(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "

Login

") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "

sign in

enter your credentials to continue

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }