Skip to content

Commit 0b0316c

Browse files
author
Piotr Gulbinowicz
committed
hide flush update button
1 parent 3cc06bf commit 0b0316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/flush/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ type buttonUpdate struct {
141141

142142
func (b *buttonUpdate) Render() app.UI {
143143
return app.Button().Text("Update").OnClick(b.onClick).Class(
144-
"bg-yellow-500 hover:bg-yellow-700 text-black font-bold py-2 px-4 rounded absolute bottom-4 left-4")
144+
InviCss)
145145
}
146146
func (b *buttonUpdate) onClick(ctx app.Context, e app.Event) {
147147
var creds Creds

0 commit comments

Comments
 (0)