From 8950b0a86a8997eb2f013928c802afd6f015279d Mon Sep 17 00:00:00 2001 From: Ishaan Gupta Date: Thu, 21 May 2026 22:24:35 +0530 Subject: [PATCH] fix vorflux bug --- apps/web/components/quick-note-card.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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... +
+ )}