mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Change error message icon from a red cross to a warning triangle
This commit is contained in:
parent
67e4e811a7
commit
92e5282b70
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export function successMessage(str) {
|
|||
}
|
||||
|
||||
export function errorMessage(str) {
|
||||
return `❌ ${str}`;
|
||||
return `⚠ ${str}`;
|
||||
}
|
||||
|
||||
export function uclower(str) {
|
||||
|
|
Loading…
Add table
Reference in a new issue