Skip to content

Commit 9f6df0a

Browse files
committed
update: use a more generic icon for files
1 parent 2972d28 commit 9f6df0a

File tree

1 file changed

+2
-2
lines changed
  • webapp/app.ironcalc.com/frontend/src/components/LeftDrawer

1 file changed

+2
-2
lines changed

webapp/app.ironcalc.com/frontend/src/components/LeftDrawer/LeftDrawer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import styled from "@emotion/styled";
22
import { IronCalcLogo } from "@ironcalc/workbook";
33
import { Avatar, Drawer, IconButton, Menu, MenuItem } from "@mui/material";
44
import {
5-
Database,
5+
FileSpreadsheet,
66
EllipsisVertical,
77
FileDown,
88
Plus,
@@ -74,7 +74,7 @@ const LeftDrawer: React.FC<LeftDrawerProps> = ({
7474
disableRipple
7575
>
7676
<StorageIndicator>
77-
<Database />
77+
<FileSpreadsheet />
7878
</StorageIndicator>
7979
<WorkbookListText>{models[uuid]}</WorkbookListText>
8080
<EllipsisButton

0 commit comments

Comments
 (0)