From 262aaaf46127a64209bcc1cf411e8e69239e5b1c Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sat, 12 Mar 2022 21:19:17 +0100 Subject: [PATCH] Removed emphasis --- components/homepanel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/homepanel.go b/components/homepanel.go index a05766c..6e2fc72 100644 --- a/components/homepanel.go +++ b/components/homepanel.go @@ -19,7 +19,7 @@ func (p *homePanel) Render() app.UI { app.Raw(`

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.

-Please enjoy yourself and do sign the guestbook!!!

`), +Please enjoy yourself and do sign the guestbook!!

`), app.If(p.updateAvailable, app.Div().Body( app.P().Text("An update is available! Reload to update!!"),