fix
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{ "commit": "c4f94aa517a1b46168aaa4aaf1aff3178fea24f0" }
|
{ "commit": "885e104f279ab8b63d31e0759cbb675c2a409cc5" }
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ export default function DebugTab() {
|
|||||||
<p className="text-sm font-medium text-bolt-elements-textPrimary font-mono">
|
<p className="text-sm font-medium text-bolt-elements-textPrimary font-mono">
|
||||||
{versionHash.slice(0, 7)}
|
{versionHash.slice(0, 7)}
|
||||||
<span className="ml-2 text-xs text-bolt-elements-textSecondary">
|
<span className="ml-2 text-xs text-bolt-elements-textSecondary">
|
||||||
(v{versionTag}) - {latestBranch ? 'nightly' : 'stable'}
|
(v{versionTag || '0.0.1'}) - {latestBranch ? 'nightly' : 'stable'}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user