diff --git a/pkg/web/components/modal.templ b/pkg/web/components/modal.templ index 36c049b..1a0f6ec 100644 --- a/pkg/web/components/modal.templ +++ b/pkg/web/components/modal.templ @@ -14,7 +14,7 @@ templ Modal(props ModalProps) { {{ maxWidth := props.MaxWidth if maxWidth == "" { - maxWidth = "max-w-xl" + maxWidth = "max-w-2xl" } }}
`+feedback.Message+`

`) + io.WriteString(w, `

You can close the browser and return to the terminal window

`) + } + for _, check := range feedback.Checks { if !check.Valid { io.WriteString(w, `

`+"❌ "+check.Message+`

`)