From c64c506c5258e09f57133ae24a1680075b03df2b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 8 Dec 2024 14:52:40 -0500 Subject: [PATCH] feat: add CNAME for onsonr.dev domain --- docs/CNAME | 1 + pkg/styles/form/form.templ | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 000000000..4d10b1251 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +onsonr.dev diff --git a/pkg/styles/form/form.templ b/pkg/styles/form/form.templ index 451e0ab7e..b1f12922e 100644 --- a/pkg/styles/form/form.templ +++ b/pkg/styles/form/form.templ @@ -32,10 +32,15 @@ templ Form(action string, method string, submit templ.Component, progress string } +templ IsHumanInput(target string, first string, last string) { + @layout.Rows() { + } +} + templ NameInput() { @layout.Rows() { - - + + } }