Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioncat6 committed Nov 4, 2024
1 parent 706b23b commit db4abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/artist.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function fetchSpotifyArtists(artists) {
const spotifyIconsHtml = allUrls.map(url =>
`<a href="${url}" target="_blank"><img src="../assets/images/Spotify_icon.svg" alt="Spotify" class="spIcon"></a>`
).join('');
document.getElementByClassName("spURLContainer")[0].innerHTML = spotifyIconsHtml;
document.getElementsByClassName("spURLContainer")[0].innerHTML = spotifyIconsHtml;
}

async function fetchSpotifyArtist(artist) {
Expand Down

0 comments on commit db4abd1

Please sign in to comment.