diff --git a/features/auth/pages/signin.templ b/features/auth/pages/signin.templ --- a/features/auth/pages/signin.templ +++ b/features/auth/pages/signin.templ @@ -9,7 +9,7 @@ // Signin renders the chooser: existing Atmosphere account vs create a new one. // next is an optional path to redirect to after sign-in. templ Signin(next string) { - @layouts.Base("sign in", "Sign in with your ATProto account.") { + @layouts.Base("sign in", "Sign in with your Atmosphere (Bluesky) account.") {
atmo.quest is built on ATProto. Your records live in your repo, not ours. You'll sign in with the same identity you use anywhere on the open social web. @@ -33,13 +31,13 @@
you.bsky.social or any ATProto PDS? Go this way.atmo.quest is built on ATProto. Your records live in your repo, not ours. You'll sign in with the same identity you use anywhere on the open social web.
you.bsky.social or any ATProto PDS? Go this way.atmo.quest is built on ATProto. Your records live in your repo, not ours. You'll sign in with the same identity you use anywhere on the open social web.
you.bsky.social or any ATProto PDS? Go this way.An event companion { "for" } the open social web. Scan a QR, write a note, leave with a real follow-up list. Your data goes to your repo, not ours.
diff --git a/features/index/pages/index_templ.go b/features/index/pages/index_templ.go --- a/features/index/pages/index_templ.go +++ b/features/index/pages/index_templ.go @@ -5,11 +5,11 @@ package pages //lint:file-ignore SA4006 This context is only used if a nested component is present. -import "github.com/a-h/templ" -import templruntime "github.com/a-h/templ/runtime" - import ( "atmoquest/features/common/layouts" + + "github.com/a-h/templ" + templruntime "github.com/a-h/templ/runtime" ) // IndexView passes session-aware values into the landing page. When a user @@ -693,7 +693,7 @@ _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var28)) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 51, "cascadiajs:~$ whoamiAn event companion ") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 51, "cascadiajs:~$ whoami
An event companion ") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }