add build time

This commit is contained in:
Lee
2023-11-06 17:40:54 +00:00
parent 2e4842efd4
commit be998f068c
3 changed files with 18 additions and 5 deletions

View File

@ -14,7 +14,7 @@ export default function SongInfo() {
<div
className={clsx(
"flex transform-gpu gap-2 p-2 transition-all",
paused ? "grayscale" : "grayscale-0",
paused ? "grayscale" : "grayscale-0", // make the song info grayscale when paused
)}
>
<Image