Skip to content

Commit

Permalink
show next event hour on NextMeetup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmaillo committed Sep 25, 2024
1 parent a889a30 commit 80ae7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NextMeetup/NextMeetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ const NextMeeting = () => {
<span>{NEXT_MEETUP.location}</span>
<span>
{NEXT_MEETUP.date.toLocaleDateString('en-GB', {
hour: '2-digit',
minute: '2-digit',
weekday: 'short',
year: 'numeric',
month: 'short',
day: 'numeric',
})}
Expand Down

0 comments on commit 80ae7ba

Please sign in to comment.