diff --git a/apps/web/components/quick-note-card.tsx b/apps/web/components/quick-note-card.tsx index d7d16ed1..245b2baa 100644 --- a/apps/web/components/quick-note-card.tsx +++ b/apps/web/components/quick-note-card.tsx @@ -98,9 +98,9 @@ export function QuickNoteCard({ )}
setIsExpanded(true)} onBlurCapture={handleBlurCapture} @@ -133,12 +131,20 @@ export function QuickNoteCard({
+ {!hasDraft && ( +
+ Write, paste anything or type "/" for commands... +
+ )}