mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
fix
This commit is contained in:
parent
885e104f27
commit
bc6b84851f
@ -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">
|
||||
{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>
|
||||
|
Loading…
Reference in New Issue
Block a user