From 15fcd1cd50b2035eaf1e25a1bd5a7df6cce2acc3 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Mon, 20 Oct 2025 19:36:57 -0400 Subject: [PATCH] Remove occurrences of darkmode --- src/components/event/EventBlock.svelte | 32 +++++++++---------- .../homepage/AffiliatedClubs.svelte | 20 ++++-------- 2 files changed, 23 insertions(+), 29 deletions(-) diff --git a/src/components/event/EventBlock.svelte b/src/components/event/EventBlock.svelte index 57b45c5..78cd8db 100644 --- a/src/components/event/EventBlock.svelte +++ b/src/components/event/EventBlock.svelte @@ -50,7 +50,7 @@
@@ -94,20 +94,20 @@
{#if isPastEvent} Past Event {:else} Upcoming @@ -117,7 +117,7 @@
{#each eventCategory as category} {category} @@ -139,33 +139,33 @@ {#if eventDescription}
{/if} -
+
-

{date}

+

{date}

-

+

{location ?? 'TBA'}

@@ -178,7 +178,7 @@