diff --git a/components/Footer/Footer.module.css b/components/Footer/Footer.module.css index f3bfdb9..9a2aed4 100644 --- a/components/Footer/Footer.module.css +++ b/components/Footer/Footer.module.css @@ -14,7 +14,7 @@ justify-content: space-between; } -.footer a { +.footer a:not(.commitHash) { color: rgba(var(--foreground-rgb), 0.8); } diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 869de1a..21f62c6 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -12,18 +12,20 @@ export function Footer() {
+
+ {process.env.GIT_COMMIT_SHA?.substring(0, 7)}
+