diff --git a/server/router/pages/components/head.templ b/server/router/pages/components/head.templ index 57ea1f6..49ca6c2 100644 --- a/server/router/pages/components/head.templ +++ b/server/router/pages/components/head.templ @@ -28,5 +28,9 @@ templ Head() { if ctx.Value(c.EnvContextKey) == "development" { } + } diff --git a/server/router/pages/components/invoice.templ b/server/router/pages/components/invoice.templ index d24b748..199e779 100644 --- a/server/router/pages/components/invoice.templ +++ b/server/router/pages/components/invoice.templ @@ -13,7 +13,6 @@ templ Invoice(hash string, bolt11 string, msats int, expiresIn int, paid bool, r @InvoiceStatus(hash, expiresIn, paid, redirectUrl)