Skip to content

Commit

Permalink
Updeate readme with more descriptive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Mar 10, 2024
1 parent f47cc98 commit ec31348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defaultButtonAttrs := attrs.Props{
}

primaryButtonAttrs := attrs.Props{
attrs.Class: "btn btn-primary", // Overriding the class attribute
attrs.Class: "btn btn-primary", // Overrides the Class attribute from defaultButtonAttrs
attrs.ID: "submitBtn",
}

Expand Down

0 comments on commit ec31348

Please sign in to comment.