Lighten error message colour.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s

This commit is contained in:
Cameron Redmore 2025-08-08 12:24:47 +01:00
parent a6dfc77244
commit 5ac6766761
No known key found for this signature in database

View file

@ -130,7 +130,7 @@ async function updateLastSongDisplay(song: LastSong | null, errorMessage?: strin
if (errorMessage || !song) { if (errorMessage || !song) {
container.innerHTML = ` container.innerHTML = `
<div class="text-cyan-900 text-sm"> <div class="text-cyan-300 text-sm">
${errorMessage || 'No song data available'} ${errorMessage || 'No song data available'}
</div> </div>
`; `;