Skip to content

Commit

Permalink
🎙️ compressed first (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Garropy <[email protected]>
  • Loading branch information
bradgarropy and bgarropy-atlassian authored Oct 1, 2023
1 parent c22bfc6 commit a840dd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Podcasts/Podcasts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ const Podcast: FC = () => {
return (
<div className="grid grid-cols-2 gap-8 max-[700px]:grid-cols-1">
<Link
to="https://open.spotify.com/show/3TAuVah0Q9BOV5PbwPDGfs"
to="https://open.spotify.com/show/7Er1m8VEzRNu59ZhaS18WY"
className="max-[700px]:w-3/4"
>
<img
src={createImageUrl("/pages/home/web-dev-weekly.jpg")}
alt="Web Dev Weekly"
src={createImageUrl("/pages/home/compressed-fm.jpg")}
alt="Compressed.fm"
className="box-border rounded border-3 border-black shadow-box transition duration-300 hover:shadow-none dark:border-white dark:shadow-box-white hover:dark:shadow-none"
width="500"
height="500"
/>
</Link>

<Link
to="https://open.spotify.com/show/7Er1m8VEzRNu59ZhaS18WY"
to="https://open.spotify.com/show/3TAuVah0Q9BOV5PbwPDGfs"
className="max-[700px]:w-3/4"
>
<img
src={createImageUrl("/pages/home/compressed-fm.jpg")}
alt="Compressed.fm"
src={createImageUrl("/pages/home/web-dev-weekly.jpg")}
alt="Web Dev Weekly"
className="box-border rounded border-3 border-black shadow-box transition duration-300 hover:shadow-none dark:border-white dark:shadow-box-white hover:dark:shadow-none"
width="500"
height="500"
Expand Down

1 comment on commit a840dd3

@vercel
Copy link

@vercel vercel bot commented on a840dd3 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.