diff --git a/internal/web/views.templ b/internal/web/views.templ index 1e79a34..e6af114 100644 --- a/internal/web/views.templ +++ b/internal/web/views.templ @@ -59,7 +59,7 @@ templ WelcomePage(user User, loggedIn bool) {
-Already have an account? You'll go straight through.
+New to Tapir? Just sign in — you'll complete a quick setup right after. Already have an account? You'll go straight through.
} } diff --git a/internal/web/views_templ.go b/internal/web/views_templ.go index 398e09e..2b1eb23 100644 --- a/internal/web/views_templ.go +++ b/internal/web/views_templ.go @@ -153,7 +153,7 @@ func WelcomePage(user User, loggedIn bool) templ.Component { return templ_7745c5c3_Err } } else { - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 11, "Tapir summarizes the videos your subscriptions publish, so you can skim the gist and decide what is worth your time.
Already have an account? You'll go straight through.
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 11, "Tapir summarizes the videos your subscriptions publish, so you can skim the gist and decide what is worth your time.
New to Tapir? Just sign in — you'll complete a quick setup right after. Already have an account? You'll go straight through.
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }