feat(design): home page new design and functionality #135

Merged
enes merged 24 commits from issue-121 into staging 2024-08-14 08:44:09 +00:00
Showing only changes of commit 6b5a8a7375 - Show all commits

View File

@ -22,8 +22,10 @@ export const getExtensionIconLabel = (extension: string) => {
icon = faFilePdf
break
case 'xslx':
case 'xsl':
case 'xlsx':
case 'xls':
case 'xlsb':
case 'xlsm':
icon = faFileExcel
break