mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-06 21:34:48 +02:00
🙈 Updates console err msg, to say likely not a bug
This commit is contained in:
parent
96e9adf6f3
commit
6da4a237f1
@ -7,7 +7,7 @@ export const welcomeMsg = () => {
|
|||||||
|
|
||||||
export const warningMsg = (message) => {
|
export const warningMsg = (message) => {
|
||||||
console.info(
|
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;",
|
"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;',
|
'font-weight: bold; font-size: 0.9rem;color: #ceb73f;',
|
||||||
"color: #ceb73f; font-size: 0.6rem; font-family: Tahoma, 'Trebuchet MS', Helvetica;",
|
"color: #ceb73f; font-size: 0.6rem; font-family: Tahoma, 'Trebuchet MS', Helvetica;",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user