Skip to content

Commit

Permalink
asap23 post event
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Oct 9, 2023
1 parent 53baa31 commit 910eb45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function AusSpeedrunsWebsite({ Component, pageProps }: AppProps) {

return (
<AuthProvider>
<Navbar events={events.data?.events} live />
<Navbar events={events.data?.events} />
<Component {...pageProps} />
<Footer />
<CookieConsent
Expand Down
9 changes: 8 additions & 1 deletion apps/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const ASAP2023: AusSpeedrunsEvent = {
},
logo: "events/asap23/asap23-logo.png",
heroImage: "events/asap23/asap23-hero.jpg",
total: "18,007"
};

export default function Home() {
Expand All @@ -59,7 +60,7 @@ export default function Home() {
/>
</Head>
<main>
<EventLive event={"ASAP2023"} />
{/* <EventLive event={"ASAP2023"} /> */}
{/* <ASMMLive /> */}
{/* <div
style={{
Expand All @@ -81,6 +82,12 @@ export default function Home() {
schedule
tagLine="We're going to PAX! Schedule has been released!"
/> */}
<LastEventBlock
tagLine="AusSpeedruns At PAX 2023 SMASHED it out of the park over DOUBLING our previous record!"
event={ASAP2023}
backgroundPos="center"
// overrideHeight='800px'
/>
<LastEventBlock
tagLine="The Australian Speedrunning community once again came together to put on the best ASM ever to help raise $35,000!!!"
event={ASM2023}
Expand Down
Binary file modified apps/nextjs/styles/img/events/asap23/asap23-hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 910eb45

Please sign in to comment.