Move the permalink outside the footer
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aditya Thakral 2021-09-12 01:36:14 -04:00
parent 097669994a
commit 135bed2892
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,9 @@
}
.logo {
display: flex;
justify-content: center;
align-items: center;
width: calc(32rem / 16);
margin-left: auto;
}

View File

@ -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">