Skip to content

Commit a3cae20

Browse files
Add infobox to schedule layout. (#1181)
Close #1176. --------- Co-authored-by: Mia Bajić <[email protected]>
1 parent 88ac254 commit a3cae20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/layouts/ScheduleLayout.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ const { title, description } = Astro.props;
1515
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=block" rel="stylesheet">
1616
</Fragment>
1717
<>
18+
19+
<p class="bg-[rgb(255,252,204)] text-[rgb(153,101,21)] border-l-4 border-[rgb(255,204,0)] p-4 text-sm flex items-center space-x-2">
20+
<i class="fas fa-exclamation-triangle"></i>
21+
<span><strong>Important:</strong> This is an early version of the schedule and may still change. If you're planning travel around specific sessions, please keep that in mind.</span>
22+
</p>
1823
<Headline as="h2" id="schedule-main" title="2025 Schedule" />
24+
1925
<div class="layout-wrapper2">
2026
<slot />
2127
</div>

0 commit comments

Comments
 (0)