Skip to content

Commit

Permalink
Update image alt text in Podcast#index
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 29, 2025
1 parent 4be22b2 commit 81f2d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/podcasts/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<section class="doc" style="padding: 50px 0px 0px 0px;">
<h1 style="text-align: center;"><%= @title %></h1>
<p style="text-align: center; padding-bottom: 10px;">CoderDojo コミュニティに関わる人々を<br class="ignore-pc">ハイライトするポッドキャスト番組です 📻✨</p>
<%= lazy_image_tag('/podcasts/cover-sub.jpg', alt: 'DojoCast の収録の様子') %>
<%= lazy_image_tag('/podcasts/cover-sub.jpg', alt: 'DojoCast の収録の様子 (Photo Credit: @youtoy さん)') %>

<div class='text-center' style="margin-top: 30px;">
<div class="g-ytsubscribe" data-channelid="UCal5GuoCDCMDQe07w69TuJA" data-layout="full" data-count="default"></div>
Expand Down

0 comments on commit 81f2d65

Please sign in to comment.