View details -> Learn more
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aditya Thakral 2021-09-12 01:41:38 -04:00
parent 135bed2892
commit bed40fe10e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export function EventDescriptionCard({
<EventSetting date={date} online={online} location={location} />
</h2>
<p className={styles.desc}>{short}</p>
{permaLink && <Link href={permaLink}>More details</Link>}
{permaLink && <Link href={permaLink}>Learn more</Link>}
<footer>
{registerLink && (