Skip to content

Commit 300f91f

Browse files
committed
use /branch instead of /site
1 parent 4a7c7a8 commit 300f91f

20 files changed

+505
-206
lines changed

docs-website/src/components/chat-tool-previews.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function EditorToolPreview({
9797
code = code?.['error'] || JSON.stringify(code, null, 2)
9898
}
9999

100-
const markdown = `\`\`\`\`${language} lineNumbers=true data-last-lines=5 \n${code}\n\`\`\`\``
100+
const markdown = `\`\`\`\`${language} lineNumbers=true \n${code}\n\`\`\`\``
101101

102102
let actionText = capitalize(command)
103103
if (command === 'str_replace') actionText = 'Replacing content in'

0 commit comments

Comments
 (0)