diff --git a/index.html b/index.html index fccfc2f..6a20e6e 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,7 @@ const { name, artist, album, image, url } = track; songElement.classList.remove('updated'); - // Create an anchor element with the track URL + // Create an anchor element with the trxack URL const songLink = document.createElement('a'); songLink.href = url; songLink.target = '_blank'; // Opens in a new tab