Skip to content

Commit f2a5516

Browse files
author
Piotr Gulbinowicz
committed
add github button to about
1 parent 08cbb27 commit f2a5516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pwa/flush/components.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,9 @@ func (a *AboutContainer) Render() app.UI {
543543
&LinkButton{
544544
Text: "Login/Register",
545545
Location: "login",
546-
AdditionalCss: "hover:bg-amber-800",
546+
AdditionalCss: "hover:bg-amber-800 m-2",
547547
},
548+
&GithubButton{},
548549
&InstallButton{},
549550
).Class("flex flex-col p-4 shadow-lg rounded-lg bg-zinc-800 shadow-amber-800"),
550551
).Class(CenteringDivCss).ID("about-container")

0 commit comments

Comments
 (0)