diff --git a/cannaiq/src/components/Layout.tsx b/cannaiq/src/components/Layout.tsx index 726d53c0..44da2897 100755 --- a/cannaiq/src/components/Layout.tsx +++ b/cannaiq/src/components/Layout.tsx @@ -131,7 +131,7 @@ export function Layout({ children }: LayoutProps) { CannaIQ {versionInfo && (
- v{versionInfo.version} ({versionInfo.git_sha}) {versionInfo.build_time !== 'unknown' && `- ${new Date(versionInfo.build_time).toLocaleDateString()}`} + {versionInfo.git_sha || 'dev'}
)}