Removed emphasis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-03-12 21:19:17 +01:00
parent 72db027101
commit 262aaaf461
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func (p *homePanel) Render() app.UI {
app.Raw(`<p>This website is my creative outlet and a way of expressing myself.
As of now, it's probably the most impressive thing I've ever coded.
<br><br>
Please enjoy yourself and do sign the guestbook!!!</p>`),
Please enjoy yourself and do sign the guestbook!!</p>`),
app.If(p.updateAvailable,
app.Div().Body(
app.P().Text("An update is available! Reload to update!!"),