Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Update EventHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HighHarmonics2 authored Feb 8, 2024
1 parent fe12feb commit f3eb0be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/EventHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ function EventHeader({event, reservedStreamCount, totalStreamCount}:Props): Reac
<img src={logo} className="App-logo" alt="logo" />
<h4>TOPLAP Presents ...</h4>
<h1>TOPLAP20 Live Stream</h1>
<b>Note:</b> This is event is not yet open for slot registration. <br>
Slot registration opens Monday, Feb 12th.
<h2> {event && DateTime.fromISO(event.starts_at).toFormat("dd. LLLL HH:mm")} - {event && DateTime.fromISO(event.ends_at).toFormat("dd. LLLL HH:mm")} {event && DateTime.fromISO(event.starts_at).toFormat("yyyy")}</h2>
Note: This is event is not yet open for slot registration. Slot registration opens Monday, Feb 12th.

<hr/>

<ProgressBar
Expand Down

0 comments on commit f3eb0be

Please sign in to comment.