mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-11 07:02:36 +02:00
Update src/pages/DashboardHome.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
de01f39603
commit
ae9e0cd823
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export default {
|
|||
pause: 0,
|
||||
};
|
||||
let favicon = new Favico({
|
||||
animation:'pop'
|
||||
animation: 'pop',
|
||||
});
|
||||
|
||||
for (let monitorID in this.$root.monitorList) {
|
||||
|
|
Loading…
Add table
Reference in a new issue