misc design improvements

This commit is contained in:
elise
2024-08-09 01:05:34 +02:00
parent 6a110b343b
commit 09c7028ffc
7 changed files with 70 additions and 40 deletions

View File

@ -23,10 +23,8 @@ const DateListItem = ({ occurrence }: { occurrence: EventOccurrence }) => {
</span>
<span className={styles.hour}>
{formatDate(occurrence.start, timeFormat)}
</span>
</div>
<div className={styles.venue}>
<span>
</span>&nbsp;
<span className={styles.venue}>
{occurrence.venue?.preposition + " " ?? ""}
{occurrence.venue?.url && (
<Link href={occurrence.venue?.url}>{occurrence.venue?.title}</Link>