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
yaxu authored Dec 6, 2023
1 parent 0a2558c commit ba15ada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/EventHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ function EventHeader({event, reservedStreamCount, totalStreamCount}:Props): Reac

<hr/>
<p>Your timezone: {Intl.DateTimeFormat().resolvedOptions().timeZone}</p>
<p className="link-paragraph"><a href={"https://www.youtube.com/eulerroom/live"}>https://www.youtube.com/eulerroom/live</a></p>
<p className="link-paragraph"><a href={"https://www.twitch.tv/eulerroom"}>https://www.twitch.tv/eulerroom</a></p>
<p className="link-paragraph"><a href={"https://www.eulerroom.com"}>https://www.eulerroom.com/</a></p>
</header>
);
}
Expand Down

0 comments on commit ba15ada

Please sign in to comment.