From 7cad9396942a8a72cdd61e17a5332f5c95cb2448 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 21 Sep 2025 10:02:16 -0500 Subject: [PATCH] Add link to footer admin email --- src/app/Footer.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/Footer.tsx b/src/app/Footer.tsx index bc18a0c6..9a7b4292 100644 --- a/src/app/Footer.tsx +++ b/src/app/Footer.tsx @@ -45,12 +45,18 @@ export default function Footer() { 'flex items-center gap-1', 'text-dim min-h-10', )}> -
+
{userEmail || userEmailEager ? <> -
+ {userEmail || userEmailEager} -
+
signOutAction() .then(clearAuthStateAndRedirectIfNecessary)}> @@ -66,7 +72,7 @@ export default function Footer() { {appText.nav.admin} }
-
+
]