This commit is contained in:
Timothy Jaeryang Baek 2025-07-12 23:00:46 +04:00
parent 9cabef67a7
commit f5613fb3c2

View file

@ -887,6 +887,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
e.stopPropagation();
generateTitleHandler();
titleInputFocused = false;
}}
>
<Sparkles strokeWidth="2" />
@ -1202,7 +1203,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
<div
class="cursor-pointer flex gap-0.5 rounded-full border border-gray-50 dark:border-gray-850 dark:bg-gray-850 transition shadow-xl"
>
<Tooltip content={$i18n.t('Enhance')} placement="top">
<Tooltip content={$i18n.t('AI')} placement="top">
{#if editing}
<button
class="p-2 flex justify-center items-center hover:bg-gray-50 dark:hover:bg-gray-800 rounded-full transition shrink-0"