style tweaks

This commit is contained in:
sunda 2021-11-11 12:29:11 +01:00
parent f10932b821
commit 1489a0380b

View File

@ -199,7 +199,7 @@ export const EpisodeCard = ({
<VCImg src={image} alt="" />
</Fragment>
)}
<Markdown theme={theme}>{description}</Markdown>
<Markdown withLinebreaks theme={theme}>{description}</Markdown>
{hasPassed ? (
<a href={peertubeReplay.url || url}><Button>{peertubeReplay.url ? translations.en.watchEpisode : translations.en.eventDetails}</Button></a>
) : (