We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51b73 commit c9983dbCopy full SHA for c9983db
1 file changed
packages/ui/src/components/editor/ChatInput/ChatInput.tsx
@@ -311,7 +311,7 @@ export const ChatInput: React.FC<Props> = (props) => {
311
title={`${props.translations.search} (${
312
navigator.userAgent.toUpperCase().indexOf('MAC') >= 0 ? '⌘' : 'Ctrl'
313
}+F)`}
314
- ></button>
+ />
315
316
{props.on_copy && (
317
<button
@@ -335,7 +335,7 @@ export const ChatInput: React.FC<Props> = (props) => {
335
}+C)`
336
}
337
disabled={!props.is_in_code_completions_mode && !props.value}
338
339
)}
340
341
<div className={styles.footer}>
0 commit comments