From dd14b63d7e0d8856c52bb9ce703f8444ad6ba363 Mon Sep 17 00:00:00 2001 From: Cyrus Irani <60114462+cyrus14@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:35:10 -0400 Subject: [PATCH] Ella as Admin (#313) --- frontend/src/constants/HomeConsts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/constants/HomeConsts.ts b/frontend/src/constants/HomeConsts.ts index fac2a0bd..8c6f70d1 100644 --- a/frontend/src/constants/HomeConsts.ts +++ b/frontend/src/constants/HomeConsts.ts @@ -11,4 +11,5 @@ export const admins: string[] = [ 'km653@cornell.edu', // Kevin 'mml267@cornell.edu', // Miranda 'to98@cornell.edu', // Tina + 'egk46@cornell.edu', // Ella ];