forked from extern/the-glorious-startpage
fix clock format
This commit is contained in:
parent
0c083f497c
commit
3814cf563f
@ -31,7 +31,7 @@ class Clock {
|
||||
min = this._appendZero(min);
|
||||
|
||||
// Update clock id element
|
||||
this._clockEl.innerHTML = `${hour}:${min}${midDay}` ;
|
||||
this._clockEl.innerHTML = `${hour}:${min} ${midDay}` ;
|
||||
}
|
||||
|
||||
_startClock = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user