From 9b37bfa54c1a086ca7ec3c9aae8a3e54500ee0a0 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 19 Jun 2022 18:36:00 -0400 Subject: peach: update `peachFS` --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3