From 1f7a0a984319e4c211db48db82ad780a951b3475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkay=20Akyaz=C4=B1?= Date: Tue, 12 Mar 2024 19:24:54 +0300 Subject: [PATCH] title --- pages/base.templ | 2 +- pages/base_templ.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/base.templ b/pages/base.templ index dc2326e..2d65f8b 100644 --- a/pages/base.templ +++ b/pages/base.templ @@ -13,7 +13,7 @@ templ Base() { - Environment Mutex by bakyazi + I'm Berkay diff --git a/pages/base_templ.go b/pages/base_templ.go index 9517bd4..f306211 100644 --- a/pages/base_templ.go +++ b/pages/base_templ.go @@ -23,7 +23,7 @@ func Base() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("Environment Mutex by bakyazi") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("I'm Berkay") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }