From b697f0e644ff2f248c6bdcfdf3743c4cf2e161e4 Mon Sep 17 00:00:00 2001 From: chark1es Date: Tue, 11 Feb 2025 01:50:22 -0800 Subject: [PATCH] separated the two sections for better viewing --- src/components/dashboard/EventsSection.astro | 1086 +++++++++++------- 1 file changed, 642 insertions(+), 444 deletions(-) diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index 29b8302..1b7888f 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -3,170 +3,202 @@ import { Icon } from "astro-icon/components"; ---