From 0a6a477e947d8c87c68a2ace54d91cf876f253f5 Mon Sep 17 00:00:00 2001 From: Yongun Seong Date: Mon, 10 Jun 2024 16:17:12 +0900 Subject: [PATCH] feat(view): logout, docs buttin alignment --- view/view.templ | 2 +- view/view_templ.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/view.templ b/view/view.templ index 4782f4e..7ab47aa 100644 --- a/view/view.templ +++ b/view/view.templ @@ -20,7 +20,7 @@ templ page(title string) { Docs - + Log out diff --git a/view/view_templ.go b/view/view_templ.go index d351ebb..3e9a1c4 100644 --- a/view/view_templ.go +++ b/view/view_templ.go @@ -62,7 +62,7 @@ func page(title string) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - var templ_7745c5c3_Var5 = []any{classButtonBase, "text-lg", "ml-auto", "hover:text-gray-500"} + var templ_7745c5c3_Var5 = []any{classButtonBase, "text-lg", "ml-4", "hover:text-gray-500"} templ_7745c5c3_Err = templ.RenderCSSItems(ctx, templ_7745c5c3_Buffer, templ_7745c5c3_Var5...) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err