This commit is contained in:
Anirban Kar
2024-12-16 02:08:58 +05:30
parent 885e104f27
commit bc6b84851f
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ export default function DebugTab() {
<p className="text-sm font-medium text-bolt-elements-textPrimary font-mono">
{versionHash.slice(0, 7)}
<span className="ml-2 text-xs text-bolt-elements-textSecondary">
(v{versionTag}) - {latestBranch ? 'nightly' : 'stable'}
(v{versionTag || '0.0.1'}) - {latestBranch ? 'nightly' : 'stable'}
</span>
</p>
</div>