Skip to content

Commit 272dc09

Browse files
committed
Update embedded iframe for Podcast player by Spotify from Anchor (Product Renamed)
1 parent 1e77c26 commit 272dc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="container" style="line-height: 1.9em; margin-bottom: -100px;">
2323
<section class="doc" style="padding: 30px 0px 0px 0px;">
2424
<% if @episodes.first %>
25-
<iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episodes.first.permalink %>" width="100%px" scrolling="no" frameborder="yes"></iframe>
25+
<iframe class="lazyload" src="https://creators.spotify.com/pod/profile/coderdojo-japan/embed/episodes/<%= @episodes.first.permalink %>" width="100%px" scrolling="no" frameborder="yes"></iframe>
2626
<% end %>
2727
<br>
2828
</section>

0 commit comments

Comments
 (0)