From 6da4a237f13e7fc7b0b5f5e722003174a07fcb9c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 5 Sep 2021 16:50:53 +0100 Subject: [PATCH] :see_no_evil: Updates console err msg, to say likely not a bug --- src/utils/CoolConsole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/CoolConsole.js b/src/utils/CoolConsole.js index c5641c20..1a748497 100644 --- a/src/utils/CoolConsole.js +++ b/src/utils/CoolConsole.js @@ -7,7 +7,7 @@ export const welcomeMsg = () => { export const warningMsg = (message) => { console.info( - `%c⚠️ Warning ⚠️%c \n${message} \n\n%c🐛If you have found a bug, please open a ticket on GitHub, at: https://git.io/JukXk`, + `%c⚠️ Warning ⚠️%c \n${message} \n\n%cThis is likely not an issue with Dashy, but rather your configuration. If you think it is a bug, please open a ticket on GitHub: https://git.io/JukXk`, "color:#ceb73f; background: #ceb73f33; font-size:1.2rem; padding:0.15rem; margin: 0.2rem auto 1rem auto; font-family: Rockwell, Tahoma, 'Trebuchet MS', Helvetica; border: 2px solid #ceb73f; border-radius: 4px; font-weight: bold; text-shadow: 1px 1px 1px #000000bf;", 'font-weight: bold; font-size: 0.9rem;color: #ceb73f;', "color: #ceb73f; font-size: 0.6rem; font-family: Tahoma, 'Trebuchet MS', Helvetica;",