diff --git a/app/page.tsx b/app/page.tsx index 6b31bd4..6f6042e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -140,16 +140,6 @@ export default function Home() { {t.footer.email}

-

- - {process.env.NEXT_PUBLIC_COMMIT_SHA} - -

diff --git a/components/CIStatusIndicator.tsx b/components/CIStatusIndicator.tsx index 23e3a5d..07ced98 100644 --- a/components/CIStatusIndicator.tsx +++ b/components/CIStatusIndicator.tsx @@ -77,7 +77,14 @@ export function CIStatusIndicator() { className={`flex items-center gap-2 px-3 py-1.5 rounded-full bg-white/90 dark:bg-gray-900/90 backdrop-blur-sm border border-gray-200 dark:border-gray-700 shadow-sm ${getStatusColor()}`} > - CI + + {process.env.NEXT_PUBLIC_COMMIT_SHA || 'dev'} +
{getStatusIcon()} {getStatusText()}