Skip to content

Commit

Permalink
FIx logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Jul 22, 2023
1 parent 1e61e3a commit c302954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/podcasts/_podcast.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%tr.cursor-pointer.hover:bg-gray-100
%td.py-2.px-4.border-b.border-r
- if podcast.logo.present?
%img.logo{:alt => "Podcast Logo", :src => url_for(podcast.logo) }
%img.logo{alt: "Podcast Logo", src: url_for(podcast.logo), width: '100px' }
%td.py-2.px-4.border-b.border-r
= link_to podcast_path(podcast) do
= podcast.title
Expand Down

0 comments on commit c302954

Please sign in to comment.