Add fonts, autotable, autotable examples
This commit is contained in:
@@ -43,5 +43,5 @@ func EnvBadge(env string) *vdom.VNode {
|
||||
label, tone = strings.ToUpper(env), "bg-neutral-700 text-white"
|
||||
}
|
||||
|
||||
return vdom.El("span", vdom.Attr("class", cx(envBadgeBase, tone)), vdom.Text(label))
|
||||
return vdom.Span(vdom.Attr("class", cx(envBadgeBase, tone)), vdom.Text(label))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user