Skip to content

Commit 80ae7ba

Browse files
committed
show next event hour on NextMeetup
1 parent a889a30 commit 80ae7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NextMeetup/NextMeetup.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ const NextMeeting = () => {
9393
<span>{NEXT_MEETUP.location}</span>
9494
<span>
9595
{NEXT_MEETUP.date.toLocaleDateString('en-GB', {
96+
hour: '2-digit',
97+
minute: '2-digit',
9698
weekday: 'short',
97-
year: 'numeric',
9899
month: 'short',
99100
day: 'numeric',
100101
})}

0 commit comments

Comments
 (0)