Skip to content

Commit

Permalink
Update talks share links;
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdoc committed Dec 13, 2023
1 parent ca78a35 commit 0648fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/podcast/talks/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ featuredImage: ./src/_assets/img/core/the-globe-church-talks.jpg

<div class="@container">
<div class="grid @sm:grid-cols-2 @md:flex gap-4 my-4">
<a href="#" target="_blank" rel="noopener" class="transition hover:scale-105">
<a href="https://open.spotify.com/show/2qaR0htulytC8cVOmqInjc" target="_blank" rel="noopener" class="transition hover:scale-105">
<img class="w-full max-w-[200px]" src="/assets/img/passThrough/spotify.svg" loading="lazy" decoding="async" alt="Listen on Spotify" />
</a>
<a href="#" target="_blank" rel="noopener" class="transition hover:scale-105">
<a href="https://podcasts.apple.com/gb/podcast/globe-talks/id1721203492" target="_blank" rel="noopener" class="transition hover:scale-105">
<img class="w-full max-w-[200px]" src="/assets/img/passThrough/apple-podcasts.svg" loading="lazy" decoding="async" alt="Listen on Apple Podcasts" />
</a>
<a href="#" target="_blank" rel="noopener" class="transition hover:scale-105">
<a href="https://pca.st/qb6mgbd0" target="_blank" rel="noopener" class="transition hover:scale-105">
<img class="w-full max-w-[200px]" src="/assets/img/passThrough/pocketcasts.svg" loading="lazy" decoding="async" alt="Listen on Pocket Casts" />
</a>
</div>
Expand Down

0 comments on commit 0648fe7

Please sign in to comment.