update
This commit is contained in:
@@ -500,7 +500,7 @@ const GlobalStateProvider = ({ children }) => {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
Type: <AiOutlineFileGif />,
|
||||
Type: <AiOutlineFileGif fontSize={25} />,
|
||||
fileName: "Investment Private",
|
||||
document: "Investment.pdf",
|
||||
status: true,
|
||||
|
||||
@@ -90,7 +90,7 @@ const InvestmentDocuments = ({ id, isOpen, onClose, firstField, create, setCreat
|
||||
case 'image/jpeg':
|
||||
case 'image/png':
|
||||
case 'image/gif':
|
||||
return <AiOutlineFileGif />;
|
||||
return <AiOutlineFileGif fontSize={25} />;
|
||||
default:
|
||||
return <FaRegFileAlt />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user