summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5040f66..b31186f 100644
--- a/main.go
+++ b/main.go
@@ -28,7 +28,7 @@ var peachAddr = ""
// Holds static content.
//go:embed templates static/peach.min.css
//go:embed static/font/roboto-flex.ttf
-//go:embed static/logo/peach.png
+//go:embed static/logo/peach-*.png
var peachFS embed.FS
// HTML templates.