Skip to content

Commit

Permalink
New featured track
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Aug 9, 2024
1 parent 9ce40d1 commit 24b4308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoundCloudIFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function SoundCloudIFrame() {
const iframeHtml = '<iframe title="Featured Track" ' +
'width="100%" height="200" scrolling="no" frameborder="no" allow="autoplay" ' +
'src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/' +
'1717466907' +
'1892746719' +
'&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true">' +
'</iframe>'
return (
Expand Down

0 comments on commit 24b4308

Please sign in to comment.