show a warning for deleted people

This commit is contained in:
derpystuff 2023-11-07 13:24:41 +01:00
parent 4d1e9c366d
commit cbef229ccb
2 changed files with 6 additions and 3 deletions

View file

@ -118,11 +118,11 @@ const Statics = Object.freeze({
icons: {
adult: {
file: "icons/core/ico_notice_nsfw.png",
revision: 2
revision: 3
},
error: {
file: "icons/core/ico_notice_error.png",
revision: 2
revision: 3
},
loading: {
file: "icons/core/ico_notice_loading.gif",
@ -146,7 +146,7 @@ const Statics = Object.freeze({
},
warning: {
file: "icons/core/ico_notice_warning.png",
revision: 2
revision: 3
}
}
})