feat: link checkins

This commit is contained in:
Cory Dransfeldt 2023-10-19 10:48:06 -07:00
parent 24b50ef89d
commit 76e8327fe7
2 changed files with 23 additions and 8 deletions

View file

@ -7,7 +7,7 @@
const populateNowPlaying = (data) => {
loading.style.display = 'none'
content.innerText = data.text
content.innerHTML = data.html
content.classList.remove('hidden')
}