Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/layouts/ScheduleLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ const { title, description } = Astro.props;
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=block" rel="stylesheet">
</Fragment>
<>

<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">
<i class="fas fa-exclamation-triangle"></i>
<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>
</p>
<Headline as="h2" id="schedule-main" title="2025 Schedule" />

<div class="layout-wrapper2">
<slot />
</div>
Expand Down