This commit is contained in:
Timothy Jaeryang Baek
2026-02-05 23:40:58 -06:00
parent a214ec40ea
commit 26286625f4

View File

@@ -1746,7 +1746,7 @@
<!-- {$i18n.t('Create Note')} -->
<Tooltip content={$i18n.t('Create note')} className=" flex items-center">
<button
id="send-message-button"
id="create-note-button"
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"
type="button"
disabled={prompt === '' && files.length === 0}