fix: Show only git SHA in header, remove version number
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -131,7 +131,7 @@ export function Layout({ children }: LayoutProps) {
|
|||||||
<span className="text-lg font-bold text-gray-900">CannaIQ</span>
|
<span className="text-lg font-bold text-gray-900">CannaIQ</span>
|
||||||
{versionInfo && (
|
{versionInfo && (
|
||||||
<p className="text-xs text-gray-400">
|
<p className="text-xs text-gray-400">
|
||||||
v{versionInfo.version} ({versionInfo.git_sha}) {versionInfo.build_time !== 'unknown' && `- ${new Date(versionInfo.build_time).toLocaleDateString()}`}
|
{versionInfo.git_sha || 'dev'}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user