diff --git a/frontend/src/components/FileExplorer.tsx b/frontend/src/components/FileExplorer.tsx index c4aedd3..e8805c3 100644 --- a/frontend/src/components/FileExplorer.tsx +++ b/frontend/src/components/FileExplorer.tsx @@ -1168,7 +1168,7 @@ export default function FileExplorer({ onLogout }: FileExplorerProps) { if (ext === 'docx' || ext === 'doc') { return ( -
+
W
);