mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
chore: fixed a typo for internal, unused part of the file upload icon for status page (#4750)
This commit is contained in:
parent
dbbc79a05a
commit
237a6e8da9
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ module.exports.statusPageSocketHandler = (socket) => {
|
||||||
config.logo = `/upload/${filename}?t=` + Date.now();
|
config.logo = `/upload/${filename}?t=` + Date.now();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
config.icon = imgDataUrl;
|
config.logo = imgDataUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
statusPage.slug = config.slug;
|
statusPage.slug = config.slug;
|
||||||
|
|
Loading…
Reference in a new issue