fixed link on archive episodes
This commit is contained in:
parent
4121121ed7
commit
2a7499fc0e
@ -211,7 +211,13 @@ export const VideoCard = ({
|
||||
</Fragment>
|
||||
)}
|
||||
<P>{description}</P>
|
||||
<a href="webcal://cloud.undersco.re/remote.php/dav/public-calendars/9FzomgAfidHWCQcx/?export">
|
||||
<a
|
||||
href={
|
||||
hasPassed
|
||||
? videoUrl
|
||||
: `webcal://cloud.undersco.re/remote.php/dav/public-calendars/${config.calendarId}/?export`
|
||||
}
|
||||
>
|
||||
<Button>
|
||||
{hasPassed ? translations.en.watchEpisode : translations.en.subEvent}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user