Skip to content

Commit

Permalink
New track
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Jan 26, 2024
1 parent 56e4718 commit 9ce40d1
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/' +
'1706379294' +
'1717466907' +
'&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 9ce40d1

Please sign in to comment.