diff --git a/public/images/transactions/new-tx.svg b/public/images/transactions/new-tx.svg new file mode 100644 index 0000000000..51cb5b0be1 --- /dev/null +++ b/public/images/transactions/new-tx.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/tx-flow/flows/NewTx/index.tsx b/src/components/tx-flow/flows/NewTx/index.tsx index db458226d5..4f657b38db 100644 --- a/src/components/tx-flow/flows/NewTx/index.tsx +++ b/src/components/tx-flow/flows/NewTx/index.tsx @@ -4,9 +4,9 @@ import { Container, Grid, Paper, SvgIcon, Typography } from '@mui/material' import { TxModalContext } from '../../' import TokenTransferFlow from '../TokenTransfer' import AssetsIcon from '@/public/images/sidebar/assets.svg' -import LoadingSpinner, { SpinnerStatus } from '@/components/new-safe/create/steps/StatusStep/LoadingSpinner' import { useTxBuilderApp } from '@/hooks/safe-apps/useTxBuilderApp' import { ProgressBar } from '@/components/common/ProgressBar' +import NewTxIcon from '@/public/images/transactions/new-tx.svg' import css from './styles.module.css' @@ -33,7 +33,7 @@ const NewTxMenu = () => {
- +