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 (#4757)
This commit is contained in:
parent
59f10d542b
commit
a81f949f98
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
config.logo = `/upload/${filename}?t=` + Date.now();
|
||||
|
||||
} else {
|
||||
config.icon = imgDataUrl;
|
||||
config.logo = imgDataUrl;
|
||||
}
|
||||
|
||||
statusPage.slug = config.slug;
|
||||
|
|
Loading…
Reference in a new issue