This commit is contained in:
@@ -72,9 +72,9 @@ Modal({
|
||||
open: isVisible,
|
||||
title: "Precision Engineering"
|
||||
}, () =>
|
||||
Div({ class: "space-y-4" }, [
|
||||
P("SigPro-UI provides instant reactivity out of the box."),
|
||||
Button({
|
||||
div({ class: "space-y-4" }, [
|
||||
p("SigPro-UI provides instant reactivity out of the box."),
|
||||
button({
|
||||
class: "btn-primary",
|
||||
onclick: () => isVisible(false)
|
||||
}, "Confirm")
|
||||
|
||||
Reference in New Issue
Block a user