diff --git a/template/auth/user.templ b/template/auth/user.templ index 4b639be..d9ebccd 100644 --- a/template/auth/user.templ +++ b/template/auth/user.templ @@ -3,8 +3,30 @@ package auth templ UserComp(user string) {
if user != "" { - Sign Out -

{ user }

+
+ + +
} else { Sign Up Sign In diff --git a/template/layout.templ b/template/layout.templ index e5b6d36..f118a81 100644 --- a/template/layout.templ +++ b/template/layout.templ @@ -15,7 +15,7 @@ templ Layout(slot templ.Component, user templ.Component) {
-