diff --git a/src/components/home/priorityInfo.svelte b/src/components/home/priorityInfo.svelte index f481c8b..640c0a7 100644 --- a/src/components/home/priorityInfo.svelte +++ b/src/components/home/priorityInfo.svelte @@ -31,7 +31,7 @@ Show off with custom black & gold conference passes
  • - Attending more events increases your chances to win exclusive + Attending more events increases your chance to win exclusive R|P merch
  • diff --git a/src/components/home/schedule.svelte b/src/components/home/schedule.svelte index 1e9b751..3e1a360 100644 --- a/src/components/home/schedule.svelte +++ b/src/components/home/schedule.svelte @@ -6,9 +6,9 @@ import GlassContainer from '../glass-container.svelte'; import type { Schedule } from '$lib/types'; - const SCHEDULE_BUTTONS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday']; + const SCHEDULE_BUTTONS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; const DAYS = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']; - const OPTION_IDS = ['Monday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Monday']; // Convert from .day() to value + const OPTION_IDS = ['Monday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; // Convert from .day() to value const CARD_COLORS = ['bg-pink-200', 'bg-[#FBC5E3]']; // Colours to select from for the event cards const ERROR_MESSAGES = [ "Hmm... something's broken.", @@ -25,7 +25,6 @@ let displayDay = ''; let currentDay = ''; let descToggles: { [key: string]: boolean } = {}; - // list of events currently displayed let events: any[] = []; @@ -55,36 +54,36 @@ $: if (currentDay) dayButtonClick(currentDay.toLowerCase()); -
    -
    +
    +
    -
    +
    {#each SCHEDULE_BUTTONS as day} -
    +