From 31dc5448bb9500f831e76213458cbfe76cbc445a Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sun, 28 May 2023 11:34:15 -0700 Subject: [PATCH] Fix app-header tint color formatting --- js/shared.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/shared.js b/js/shared.js index c27d5c5..d9aa709 100644 --- a/js/shared.js +++ b/js/shared.js @@ -40,11 +40,11 @@ const appHeaderHTML = app => app ? `

${app.developerName}

- + -
+
` : undefined;