File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,19 @@ export const MultimodalPreview: React.FC<MultimodalPreviewProps> = ({
73
73
< div
74
74
className = { cn (
75
75
"relative flex items-center gap-2 rounded-md border bg-gray-100 px-3 py-2" ,
76
- className
76
+ className ,
77
77
) }
78
78
>
79
79
< File
80
80
className = { cn (
81
81
"flex-shrink-0 text-teal-700" ,
82
- size === "sm" ? "h-5 w-5" : "h-7 w-7"
82
+ size === "sm" ? "h-5 w-5" : "h-7 w-7" ,
83
83
) }
84
84
/>
85
85
< span
86
86
className = { cn (
87
87
"truncate text-sm text-gray-800" ,
88
- size === "sm" ? "max-w-[80px]" : "max-w-[160px]"
88
+ size === "sm" ? "max-w-[80px]" : "max-w-[160px]" ,
89
89
) }
90
90
>
91
91
{ String ( filename ) }
@@ -109,7 +109,7 @@ export const MultimodalPreview: React.FC<MultimodalPreviewProps> = ({
109
109
< div
110
110
className = { cn (
111
111
"flex items-center gap-2 rounded-md border bg-gray-100 px-3 py-2 text-gray-500" ,
112
- className
112
+ className ,
113
113
) }
114
114
>
115
115
< File className = "h-5 w-5 flex-shrink-0" />
You can’t perform that action at this time.
0 commit comments