Skip to content

Commit

Permalink
fix dreamhack logo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Mar 20, 2024
1 parent cb1e0f5 commit 3601406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import ASMMLive from "../components/ASMM/asmm-live";
import DualUpcomingEvent from "../components/DualUpcomingEvent/DualUpcomingEvent";
import { useMediaQuery } from "@mui/material";

import DreamhackLogo from "../styles/img/events/asdh24/DreamHack24Logo.png";

// TODO: Move this stuff to keystone
const ASM2023: AusSpeedrunsEvent = {
fullName: "Australian Speedrun Marathon 2023",
Expand Down Expand Up @@ -95,7 +97,7 @@ export default function Home() {
<div className={styles.banner}>
{!mobileWidth && (
<Image
src="http://localhost:4200/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FDreamHack24Logo.cc9e92a5.png&w=1080&q=75"
src={DreamhackLogo}
height={30}
width={371}
alt="The Dreamhack Wordmark Logo"
Expand Down

0 comments on commit 3601406

Please sign in to comment.