Skip to content

Commit 5dafec8

Browse files
authored
Merge pull request #89 from rustnl/change-buttons
change buttons on homescreen and in menu to schedule and livestream
2 parents 694c7b6 + 6982a57 commit 5dafec8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/components/page/menu.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ const { location }: Props = Astro.props;
119119
</li>
120120
<li class="parent">
121121
<Button
122-
link="https://www.eventbrite.nl/e/rust-week-2025-tickets-1001676961757?aff=oddtdtcreator"
122+
link="/live"
123123
ty="primary"
124-
inFooter={location == "footer"}>Tickets</Button
124+
inFooter={location == "footer"}>Livestream</Button
125125
>
126126
</li>
127127
</ul>

src/layouts/HomeLayout.astro

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ import PeopleList from "../components/people/PeopleList.astro";
7272
<ButtonGroup>
7373
<Button
7474
scale={1.25}
75-
link="https://www.eventbrite.nl/e/rust-week-2025-tickets-1001676961757?aff=oddtdtcreator"
76-
>Tickets</Button
75+
link="/schedule"
76+
>Schedule</Button
77+
>
78+
<Button
79+
scale={1.25}
80+
link="/live"
81+
>Livestream</Button
7782
>
7883
</ButtonGroup>
7984

0 commit comments

Comments
 (0)