mirror of
https://github.com/axzilla/templui.git
synced 2025-02-22 23:04:00 +00:00
fix: correct the label for the icon right button
This commit is contained in:
parent
33b95f8119
commit
9f08a2e1bf
@ -49,7 +49,7 @@ templ ButtonShowcase() {
|
||||
IconLeft: icons.Rocket(icons.IconProps{Size: "16"}),
|
||||
})
|
||||
@components.Button(components.ButtonProps{
|
||||
Text: "Icon Left",
|
||||
Text: "Icon Right",
|
||||
IconRight: icons.Rocket(icons.IconProps{Size: "16"}),
|
||||
})
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user