diff --git a/apps/rowboat/components/common/compose-box-playground.tsx b/apps/rowboat/components/common/compose-box-playground.tsx index 229582df..28ed35a3 100644 --- a/apps/rowboat/components/common/compose-box-playground.tsx +++ b/apps/rowboat/components/common/compose-box-playground.tsx @@ -133,7 +133,7 @@ export function ComposeBoxPlayground({ {/* Textarea */}
{pendingImage && ( -
+
Uploaded image preview
)} @@ -276,3 +277,22 @@ function ImageIcon({ size, className }: { size: number, className?: string }) { ); } + +function XIcon({ size, className }: { size: number, className?: string }) { + return ( + + + + + ); +}