From a96ce3162a4a6bd69f89afa580bc935daaac1fd2 Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Mon, 6 Mar 2023 21:46:29 -0500 Subject: [PATCH] [WIP]: Add FIleMosaic Demo Localization, upload, darkmode and file icons. Missing to properly set the right menu. Also missing to decide whether to keep the extensive list in FIle mosaic demo page and replicate in File card or to create a new page for the list of icons --- src/pages/demo/FileMosaicDemoPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/demo/FileMosaicDemoPage.jsx b/src/pages/demo/FileMosaicDemoPage.jsx index c203bff..f9b3623 100644 --- a/src/pages/demo/FileMosaicDemoPage.jsx +++ b/src/pages/demo/FileMosaicDemoPage.jsx @@ -294,7 +294,7 @@ const FileMosaicDemoPage = (props) => { <SubTitle content="File Icons (extensive list)" /> <DescParagraph> The <CodeHighlight>FileMosaic</CodeHighlight> component supports - aseveral file types to properly set a file icon. The complete list of file icons is the following: + several file types to properly set a file icon. The complete list of file icons is the following: </DescParagraph> <DemoContainerFileMosaic -- GitLab