Skip to content

Commit

Permalink
revert live state
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Oct 14, 2024
1 parent 066874e commit 2891615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function AusSpeedrunsWebsite({ Component, pageProps }: AppProps) {

return (
<AuthProvider>
<Navbar events={events.data?.events} live="ASAP2024" noPrizes />
<Navbar events={events.data?.events} />
<Component {...pageProps} />
<Footer />
<CookieConsent
Expand Down
13 changes: 7 additions & 6 deletions apps/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const ASAP2024: AusSpeedrunsEvent = {
},
logo: "events/asap24/asap24-logo.png",
heroImage: "events/asap24/asap24-hero.jpg",
total: "15,000",
};

export default function Home() {
Expand All @@ -118,13 +119,18 @@ export default function Home() {
/>
</Head>
<main>
<EventLive event={"ASAP2024"} />
{/* <EventLive event={"ASAP2024"} /> */}
{/* <HeroBlock
event={ASAP2024}
tagLine="PAX Aus 2024 is coming up!"
ticketLink="https://aus.paxsite.com/"
schedule
/> */}
<LastEventBlock
tagLine="AusSpeedruns At PAX 2024 was fantastic, raising over $15,000 for Game On Cancer!"
event={ASAP2024}
backgroundPos="center"
/>
<LastEventBlock
tagLine="A stunning 6 days of non-stop speedrunning led us to raise over $30,000 for Game On Cancer!"
event={ASM2024}
Expand All @@ -140,11 +146,6 @@ export default function Home() {
event={ASGX2024}
backgroundPos="center"
/>
<LastEventBlock
tagLine="AusSpeedruns At PAX 2023 SMASHED it out of the park over DOUBLING our previous record!"
event={ASAP2023}
backgroundPos="center"
/>
<section className={styles.archive}>
<div className={styles.content}>
<div className={styles.filler}></div>
Expand Down

0 comments on commit 2891615

Please sign in to comment.