File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments