Browse Source

Update src/pages/DashboardHome.vue

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/732/head
Daniel Patrón Gómez 4 years ago
committed by GitHub
parent
commit
ae9e0cd823
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/DashboardHome.vue

2
src/pages/DashboardHome.vue

@ -104,7 +104,7 @@ export default {
pause: 0,
};
let favicon = new Favico({
animation:'pop'
animation: 'pop',
});
for (let monitorID in this.$root.monitorList) {

Loading…
Cancel
Save