Skip to content

Commit 9cb0e3b

Browse files
committed
fix: update mcpBadgeTooltip formatting for better readability
1 parent 3f4219e commit 9cb0e3b

File tree

1 file changed

+1
-1
lines changed
  • packages/extension/entrypoints/ui

1 file changed

+1
-1
lines changed

packages/extension/entrypoints/ui/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const mcpBadgeTooltip = computed(() => {
4848
return `Active${fileLabel}`
4949
}
5050
51-
return `Inactive${fileLabel} • Click to activate`
51+
return `Inactive${fileLabel}\nClick to activate`
5252
})
5353
5454
const mcpBadgeStatusClass = computed(() => `tp-mcp-badge-${status.value}`)

0 commit comments

Comments
 (0)