From e1f3eb6be32f5e3e2305cef5c2c12653a054cccf Mon Sep 17 00:00:00 2001 From: swve Date: Fri, 21 Apr 2023 00:10:10 +0200 Subject: [PATCH] feat: use public git sha env var --- front/components/UI/Elements/Menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/components/UI/Elements/Menu.tsx b/front/components/UI/Elements/Menu.tsx index 931db4af..16b8af99 100644 --- a/front/components/UI/Elements/Menu.tsx +++ b/front/components/UI/Elements/Menu.tsx @@ -27,7 +27,7 @@ export const Menu = (props : any ) => { -

{process.env.VERCEL_GIT_COMMIT_SHA}

+

{process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA}

}>pre-alpha