Skip to content

Commit

Permalink
fix(podcast): update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tresor-ilunga authored and bernard-ng committed Oct 13, 2023
1 parent 5958f3b commit 08b7d96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="px-4 lg:px-5 xl:px-8">
<div class="flex flex-col gap-10 sm:flex-row mt-6 md:mt-0 mb-10">
<div class="sm:w-40 md:w-48 lg:w-56 sm:min-w-[10rem] md:min-w-[12rem] lg:min-w-[14]">
<img src="{{ data.thumbnail.name ? vich_uploader_asset(this.episode, 'thumbnail_file') : asset('/images/cover.jpg') }}" alt="podcast cover" class="w-full aspect-square object-cover rounded-md">
<img src="{{ data.thumbnail.name ? vich_uploader_asset(data.episodeNumber, 'thumbnail_file') : asset('/images/cover.jpg') }}" alt="podcast cover" class="w-full aspect-square object-cover rounded-md">
</div>
<div class="">
<h1 class="font-semibold text-xl text-fg-heading1">
Expand Down

0 comments on commit 08b7d96

Please sign in to comment.