diff --git a/app/views/podcasts/_podcast.html.haml b/app/views/podcasts/_podcast.html.haml
index b3cc048..0fb685c 100644
--- a/app/views/podcasts/_podcast.html.haml
+++ b/app/views/podcasts/_podcast.html.haml
@@ -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