feat: link checkins
This commit is contained in:
parent
24b50ef89d
commit
76e8327fe7
2 changed files with 23 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
const populateNowPlaying = (data) => {
|
||||
loading.style.display = 'none'
|
||||
content.innerText = data.text
|
||||
content.innerHTML = data.html
|
||||
content.classList.remove('hidden')
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue