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

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Nov 20, 2023
1 parent edcce7d commit b4a2de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/EventHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function EventHeader({event, reservedStreamCount, totalStreamCount}:Props): Reac
return (
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h4>Tidal Club Presents ...</h4>
<h1>The Longest Night</h1>
<h4>TOPLAP Presents ...</h4>
<h1>Solstice Stream 2023</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 b4a2de0

Please sign in to comment.