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
1 change: 0 additions & 1 deletion src/layouts/ScheduleLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const { title, description, headline } = Astro.props;
<Section>
<Headline as="h1"id={slugify(headline)} title={headline} />

<Note type="warning">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.</Note>
<Note type="info" >Mark talks as favorites by opening their details and tapping the ❤️ icon. Your selections are saved locally and will only be visible on this device.</Note>

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