diff --git a/src/components/file/DashboardFileType.tsx b/src/components/file/DashboardFileType.tsx index 14489d59..c47f36e1 100755 --- a/src/components/file/DashboardFileType.tsx +++ b/src/components/file/DashboardFileType.tsx @@ -28,7 +28,7 @@ function PlaceholderContent({ text, Icon }: { text: string; Icon: Icon }) { function Placeholder({ text, Icon, ...props }: { text: string; Icon: Icon; onClick?: () => void }) { return ( -