diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0b3d080..8a3a892 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -30,7 +30,18 @@ export function Footer() {

© {new Date().getFullYear()} Cheating Chelsea Exposed. All Rights Reserved.

- Build: {process.env.NEXT_PUBLIC_GIT_COMMIT || 'development'} + Build: {process.env.NEXT_PUBLIC_GIT_COMMIT ? ( + + {process.env.NEXT_PUBLIC_GIT_COMMIT} + + ) : ( + 'development' + )}