From 387a22fe9a3bff4f03d35b0eafba3723d6bae618 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 25 Apr 2025 09:03:46 +0200 Subject: [PATCH 1/2] Add infobox. --- src/layouts/ScheduleLayout.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layouts/ScheduleLayout.astro b/src/layouts/ScheduleLayout.astro index 793525a1f..34599beae 100644 --- a/src/layouts/ScheduleLayout.astro +++ b/src/layouts/ScheduleLayout.astro @@ -15,7 +15,13 @@ const { title, description } = Astro.props; <> + +

+ + Important: 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. +

+
From ce5bffbc8f0b7d727bf1fc72498f5eac527cc182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=C5=9B?= Date: Sat, 26 Apr 2025 19:48:21 +0200 Subject: [PATCH 2/2] Update src/layouts/ScheduleLayout.astro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mia Bajić <38294198+clytaemnestra@users.noreply.github.com> --- src/layouts/ScheduleLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/ScheduleLayout.astro b/src/layouts/ScheduleLayout.astro index 34599beae..9672e5055 100644 --- a/src/layouts/ScheduleLayout.astro +++ b/src/layouts/ScheduleLayout.astro @@ -18,7 +18,7 @@ const { title, description } = Astro.props;

- Important: 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. + Important: 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.