minor design stuff, style front page info block and add more circle headings
This commit is contained in:
@ -48,10 +48,12 @@ export const EventItem = ({
|
||||
nextOccurrence?.start &&
|
||||
formatDate(nextOccurrence.start, commonDateTimeFormat)}
|
||||
{numOccurrences > 1 && nextOccurrence?.start && (
|
||||
<span>
|
||||
<em>Neste:</em>{" "}
|
||||
{formatDate(nextOccurrence.start, commonDateTimeFormat)}
|
||||
</span>
|
||||
<div>
|
||||
<span>
|
||||
{formatDate(nextOccurrence.start, commonDateTimeFormat)}
|
||||
</span>
|
||||
<p>Flere datoer ({numOccurrences}) →</p>
|
||||
</div>
|
||||
)}
|
||||
</p>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user