We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a214ec4 commit 2628662Copy full SHA for 2628662
src/lib/components/chat/MessageInput.svelte
@@ -1746,7 +1746,7 @@
1746
<!-- {$i18n.t('Create Note')} -->
1747
<Tooltip content={$i18n.t('Create note')} className=" flex items-center">
1748
<button
1749
- id="send-message-button"
+ id="create-note-button"
1750
class=" text-gray-600 dark:text-gray-300 hover:text-gray-700 dark:hover:text-gray-200 transition rounded-full p-1.5 self-center"
1751
type="button"
1752
disabled={prompt === '' && files.length === 0}
0 commit comments