diff --git a/devbox.json b/devbox.json index b5443d85d..f976fb99c 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "packages": [ + "go@latest", "bun@latest", "gum@latest", "skate@latest", @@ -9,8 +10,9 @@ "process-compose@latest" ], "env": { + "ROOT": "$(git rev-parse --show-toplevel)", "GOPATH": "$HOME/go", - "PATH": "./build:$HOME/go/bin:$PATH", + "GOBIN": "$GOPATH/bin", "CHAIN_ID": "local-1", "DENOM": "stake", "KEYRING": "test", diff --git a/pkg/common/styles/layout/layout.templ b/pkg/common/styles/layout/layout.templ index 41a4213a6..db31300cc 100644 --- a/pkg/common/styles/layout/layout.templ +++ b/pkg/common/styles/layout/layout.templ @@ -52,6 +52,36 @@ templ Head(title string, nebulaVersion string) { + { children... } } diff --git a/pkg/common/styles/layout/layout_templ.go b/pkg/common/styles/layout/layout_templ.go index ba5bcc7de..30afab727 100644 --- a/pkg/common/styles/layout/layout_templ.go +++ b/pkg/common/styles/layout/layout_templ.go @@ -139,7 +139,7 @@ func Head(title string, nebulaVersion string) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }