From 452888dee4f61a04bf2258876dbce49a1e08502ab0c10736f942fca95e801af2 Mon Sep 17 00:00:00 2001 From: nyx Date: Thu, 20 Mar 2025 02:58:46 -0500 Subject: [PATCH] fix typo --- site/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app.py b/site/app.py index d3e6a8a..868e5aa 100644 --- a/site/app.py +++ b/site/app.py @@ -21,7 +21,7 @@ buttons = [ nyxbuttons = [ ("assets/88x31s/nyx.everypizza.im.webp", "https://nyx.everypizza.im"), - ("assets/88x31s/nyx.everypizza.im.2.png", "https://nyx.everypizza.im"), + ("assets/88x31s/nyx.everypizza.im-2.png", "https://nyx.everypizza.im"), ] app = Flask(__name__)