Fixed docx icons
All checks were successful
Automated Container Build / build-and-push (push) Successful in 42s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 42s
This commit is contained in:
parent
8bc237f1d8
commit
2648a5ae84
1 changed files with 1 additions and 1 deletions
|
|
@ -1168,7 +1168,7 @@ export default function FileExplorer({ onLogout }: FileExplorerProps) {
|
||||||
|
|
||||||
if (ext === 'docx' || ext === 'doc') {
|
if (ext === 'docx' || ext === 'doc') {
|
||||||
return (
|
return (
|
||||||
<div className={`${large ? 'w-20 h-28 rounded-2xl text-2xl' : 'w-5 h-5 rounded text-[6px] flex-shrink-0 aspect-square'} flex items-center justify-center font-black tracking-tighter shadow-sm text-white bg-[#2B579A]`}>
|
<div className={`${large ? 'w-20 h-20 rounded-2xl text-2xl' : 'w-5 h-5 rounded text-[6px] flex-shrink-0 aspect-square'} flex items-center justify-center font-black tracking-tighter shadow-sm text-white bg-[#2B579A]`}>
|
||||||
W
|
W
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Reference in a new issue