From 79b34b97de860a8b82114ac8c126c13bd7b9a413 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 17 Feb 2025 13:52:27 -0800 Subject: [PATCH] fix toast colors --- src/components/dashboard/EventsSection.astro | 24 +++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index ae75ade..896c03d 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -1,7 +1,7 @@ --- import { Icon } from "astro-icon/components"; import JSZip from "jszip"; -import FilePreview from "./Officer_EventManagement/FilePreview"; +import FilePreview from "./universal/FilePreview"; ---