feat: update create profile form placeholders and handle

This commit is contained in:
Prad Nukala
2024-12-09 21:45:52 -05:00
parent 54e51768c0
commit 0a68ab682d
8 changed files with 240 additions and 145 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ var (
templ Root(title string) {
<!DOCTYPE html>
<html lang="en">
@Head(title, "0.0.10")
@Head(title, "0.0.11")
<body class="flex items-center justify-center h-full lg:p-24 md:16 p-4 no-scrollbar">
<main class="flex-row items-center justify-center mx-auto w-fit max-w-screen-sm gap-y-3">
{ children... }
+1 -1
View File
@@ -57,7 +57,7 @@ func Root(title string) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = Head(title, "0.0.10").Render(ctx, templ_7745c5c3_Buffer)
templ_7745c5c3_Err = Head(title, "0.0.11").Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}