We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5951d8 commit 2bf437eCopy full SHA for 2bf437e
src/html/elements/label.zig
@@ -7,7 +7,7 @@ const Attribute = @import("../Attribute.zig");
7
const AttributeSet = Attribute.AttributeSet;
8
9
pub const label: Element = .{
10
- .tag = .kbd,
+ .tag = .label,
11
.model = .{
12
.categories = .{
13
.flow = true,
0 commit comments