Skip to content

Commit

Permalink
update front page
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Feb 20, 2024
1 parent 7a3a17e commit bd57867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const HeroBlock = ({
<h2>{event.dates}</h2>
<h3 className={[styles.countdown, styles.monospaced].join(" ")}>{countdownElement}</h3>
<br />
<p>{tagLine}</p>
<p style={{ height: 60 }}>{tagLine}</p>
{!dontShowEventPage && (
<Button
actionText={event.preferredName}
Expand Down
4 changes: 3 additions & 1 deletion apps/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export default function Home() {
}}
eventB={{
event: ASDH2024,
tagLine: "We are excited to be at Dreamhack Australia!",
tagLine: "Game Submissions for Dreamhack are Open!",
submitRuns: true,
ticketLink: "https://dreamhack.com/australia/"
}}
/>
<LastEventBlock
Expand Down

0 comments on commit bd57867

Please sign in to comment.