Skip to content

Commit dc53e69

Browse files
committed
fix: no content
1 parent 7ebbc36 commit dc53e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Foundary/document-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export function DocumentPreview({
332332
</div>
333333
</div>
334334
) : (
335-
<div className="text-center py-12 bg-muted rounded-xl border-2 border-dashed border-border">
335+
<div className="text-center p-12 bg-muted rounded-xl border-2 border-dashed border-border">
336336
<div className="w-16 h-16 mx-auto mb-4 rounded-full bg-background flex items-center justify-center">
337337
<FileText className="h-8 w-8 text-muted-foreground" />
338338
</div>

0 commit comments

Comments
 (0)