Skip to content

Commit

Permalink
Remove map image from feed page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Nov 14, 2023
1 parent 70afa92 commit 165a110
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ui/src/pages/listen/[feed].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ const FeedPage: NextPageWithLayout = () => {
{feed.introHtml && (
<div dangerouslySetInnerHTML={{ __html: feed.introHtml }} />
)}
{feed.mapUrl && (
<div
style={{ position: "relative", width: "100%", height: "15em" }}
>
<Image
src={feed.mapUrl}
layout="fill"
alt=""
objectFit="contain"
objectPosition="left"
/>
</div>
)}
</Box>
</Container>
</main>
Expand Down

0 comments on commit 165a110

Please sign in to comment.