chenbhao commited on
Commit
d8eab72
·
1 Parent(s): 7fe48e4

chore: logv2 code/claude to code/versperclaw

Browse files
Files changed (1) hide show
  1. src/utils/logoV2Utils.ts +1 -1
src/utils/logoV2Utils.ts CHANGED
@@ -251,7 +251,7 @@ export function getLogoDisplayData(): {
251
  const version = process.env.DEMO_VERSION ?? MACRO.VERSION
252
  const serverUrl = getDirectConnectServerUrl()
253
  const displayPath = process.env.DEMO_VERSION
254
- ? '/code/claude'
255
  : getDisplayPath(getCwd())
256
  const cwd = serverUrl
257
  ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, '')}`
 
251
  const version = process.env.DEMO_VERSION ?? MACRO.VERSION
252
  const serverUrl = getDirectConnectServerUrl()
253
  const displayPath = process.env.DEMO_VERSION
254
+ ? '/code/versperclaw'
255
  : getDisplayPath(getCwd())
256
  const cwd = serverUrl
257
  ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, '')}`