From 5bc9ff07c07d20e412c94b2a79c456552e25f57a Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 1 Oct 2024 19:36:15 -0400 Subject: [PATCH] fix(layout): add missing favicon --- pkg/nebula/components/blocks/layout.templ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/nebula/components/blocks/layout.templ b/pkg/nebula/components/blocks/layout.templ index 0de7860c7..40c283d67 100644 --- a/pkg/nebula/components/blocks/layout.templ +++ b/pkg/nebula/components/blocks/layout.templ @@ -14,6 +14,7 @@ templ Layout(title string, remote bool) { +
@@ -34,6 +35,7 @@ templ LayoutNoBody(title string, remote bool) { { title } +