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

@ -1 +1 @@
{ "commit": "c4f94aa517a1b46168aaa4aaf1aff3178fea24f0" }
{ "commit": "885e104f279ab8b63d31e0759cbb675c2a409cc5" }

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>