|
|
|
@ -51,9 +51,9 @@ export function EventDescriptionCard({ |
|
|
|
|
<EventSetting date={date} online={online} location={location} /> |
|
|
|
|
</h2> |
|
|
|
|
<p className={styles.desc}>{short}</p> |
|
|
|
|
{permaLink && <Link href={permaLink}>More details</Link>} |
|
|
|
|
|
|
|
|
|
<footer> |
|
|
|
|
{permaLink && <Link href={permaLink}>More details</Link>} |
|
|
|
|
{registerLink && ( |
|
|
|
|
<div className={styles.button}> |
|
|
|
|
<Button isLink={true} href={registerLink} size="small"> |
|
|
|
|