Skip to content

Commit

Permalink
🎨 Center text #2690
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Nov 25, 2024
1 parent 862f669 commit e45cdfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const PastEventsListItem = forwardRef<HTMLAnchorElement, PastEventsListItemProps
<FormattedDateParts value={start} year="numeric" month="short" day="2-digit">
{(parts) => {
return (
<div className="flex flex-col gap-4 justify-start items-center">
<div className="flex flex-col gap-4 justify-start items-center text-center">
<span className="text-md">{`${parts[0].value} ${parts[2].value}`}</span>
<span className="text-sm">{parts[4].value}</span>
</div>
Expand Down

0 comments on commit e45cdfd

Please sign in to comment.