Skip to content

Commit

Permalink
Small tweaks to all-hands page.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Dec 9, 2024
1 parent 8c170b6 commit 572dccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/schedule/RustProjectSchedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import BottomNote from "./BottomNote.astro";
<span slot="header">&mdash;</span>
<Fragment slot="activities">
<p>Explore Utrecht, hang out with friends, or join one of the social activities with other Rustaceans.</p>
<BottomNote>See <a href="/">RustWeek 2025</a></BottomNote>
<BottomNote>See <a href="/#explainer">RustWeek 2025</a></BottomNote>
</Fragment>
</ScheduleItem>
</ScheduleSection>
Expand All @@ -30,7 +30,7 @@ import BottomNote from "./BottomNote.astro";
<span slot="time">09:00–18:00</span>
<Fragment slot="activities">
<p>Enjoy talks and meet Rustaceans</p>
<BottomNote>See <a href="/">RustWeek 2025</a></BottomNote>
<BottomNote>See <a href="/#explainer">RustWeek 2025</a></BottomNote>
</Fragment>
</ScheduleItem>
</ScheduleSection>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/all-hands.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import RustProjectSchedule from "../components/schedule/RustProjectSchedule.astr
If you are not a member of the Rust project, please check out the <a href="/">RustWeek 2025</a> homepage instead.
<p>
<h2>Schedule</h2>
<p >If you are a member of the Rust Project, your week will look like this:</p>
<p >If you are a member of the Rust Project and attending RustWeek 2025, your week will look like this:</p>
</div>
</section>
<section class="container anchor" id="schedule">
Expand Down

0 comments on commit 572dccb

Please sign in to comment.