Skip to content

Commit 387a22f

Browse files
committed
Add infobox.
1 parent 09a73c1 commit 387a22f

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. It might still change, so please manage your expectations when planning your travel based on specific sessions.</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)