We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cbb27 commit f2a5516Copy full SHA for f2a5516
pwa/flush/components.go
@@ -543,8 +543,9 @@ func (a *AboutContainer) Render() app.UI {
543
&LinkButton{
544
Text: "Login/Register",
545
Location: "login",
546
- AdditionalCss: "hover:bg-amber-800",
+ AdditionalCss: "hover:bg-amber-800 m-2",
547
},
548
+ &GithubButton{},
549
&InstallButton{},
550
).Class("flex flex-col p-4 shadow-lg rounded-lg bg-zinc-800 shadow-amber-800"),
551
).Class(CenteringDivCss).ID("about-container")
0 commit comments