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
Change title to TOPLAP20
  • Loading branch information
HighHarmonics2 authored Feb 8, 2024
1 parent af09edd commit 139c307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/EventHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function EventHeader({event, reservedStreamCount, totalStreamCount}:Props): Reac
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h4>TOPLAP Presents ...</h4>
<h1>Solstice Stream 2023</h1>
<h1>TOPLAP20 Live Stream</h1>
<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>
<hr/>

Expand Down

0 comments on commit 139c307

Please sign in to comment.