diff --git a/public/brand/MIM4U-Brand-Kit.zip b/public/brand/MIM4U-Brand-Kit.zip index 8d1bb53..ef68fea 100644 Binary files a/public/brand/MIM4U-Brand-Kit.zip and b/public/brand/MIM4U-Brand-Kit.zip differ diff --git a/src/App.tsx b/src/App.tsx index f3a0095..67a0be8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4336,7 +4336,7 @@ function BackgroundDecor() { function StickyDonate() { return ( -
+
-

+

+

We use cookies to improve your experience. By continuing, you agree to our{' '} cookie policy.

@@ -4435,11 +4435,7 @@ function AppContent() { }, []) useEffect(() => { - if (darkMode) { - document.documentElement.classList.add('dark') - } else { - document.documentElement.classList.remove('dark') - } + document.documentElement.classList.toggle('dark', darkMode) localStorage.setItem('darkMode', darkMode.toString()) }, [darkMode]) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5bb289d..eecaa7b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -37,22 +37,22 @@ export function Footer() {

Get Involved