diff --git a/src/components/EpisodeList.astro b/src/components/EpisodeList.astro index 884af47..c49a3dc 100644 --- a/src/components/EpisodeList.astro +++ b/src/components/EpisodeList.astro @@ -1,6 +1,7 @@ --- import FormattedDate from '../components/FormattedDate'; import FullPlayButton from '../components/FullPlayButton'; +import UFOIllustration from '../components/illustrations/UFOIllustration.astro'; import type { Episode, Show } from '../lib/rss'; import { dasherize } from '../utils/dasherize'; @@ -12,61 +13,73 @@ export interface Props { const { episodes, show } = Astro.props; --- - + ) +}