mirror of
https://github.com/colanode/colanode.git
synced 2025-12-25 16:09:31 +01:00
Fix file container tab thumbnail
This commit is contained in:
@@ -28,10 +28,7 @@ export const FileContainerTab = ({ fileId }: FileContainerTabProps) => {
|
||||
|
||||
return (
|
||||
<div className="flex items-center space-x-2">
|
||||
<FileThumbnail
|
||||
file={file}
|
||||
className="size-4 overflow-hidden rounded object-contain"
|
||||
/>
|
||||
<FileThumbnail file={file} className="size-4 rounded object-contain" />
|
||||
<span>{file.attributes.name}</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user