From 242ba7f412d4e54f21385afff3f2b884f57f6ced Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 May 2024 15:06:28 +0200 Subject: feat: Add navbar selection --- pkg/handler/config/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/handler/config') diff --git a/pkg/handler/config/handler.go b/pkg/handler/config/handler.go index c278e35..30f4283 100644 --- a/pkg/handler/config/handler.go +++ b/pkg/handler/config/handler.go @@ -56,7 +56,7 @@ func ConfigFile(configRepo configurationRepository) func(http.ResponseWriter, *h return } - hello := &templates.HelloPage{ + hello := &templates.ConfigPage{ Body: code.Bytes(), } -- cgit v1.2.3