Build and type fixes
This commit is contained in:
parent
d5bd58ac3e
commit
656f3fbe71
64 changed files with 1878 additions and 1501 deletions
|
|
@ -36,7 +36,7 @@ export const AccountButton: FC = () => {
|
|||
},
|
||||
}}
|
||||
>
|
||||
<Image src={UserIcon} alt="account" width="30px" height="30px" />
|
||||
<Image src={UserIcon} alt="account" width={30} height={30} />
|
||||
</Button>
|
||||
<Menu {...bindMenu(popupState)}>
|
||||
<MenuItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue