Change error message icon from a red cross to a warning triangle

This commit is contained in:
Dragory 2018-07-14 20:56:30 +03:00
parent 67e4e811a7
commit 92e5282b70

View file

@ -35,7 +35,7 @@ export function successMessage(str) {
}
export function errorMessage(str) {
return ` ${str}`;
return ` ${str}`;
}
export function uclower(str) {