Skip to content

Commit

Permalink
fix: Update illustration for new tx (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Jul 7, 2023
1 parent 20b140e commit d2b70b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions public/images/transactions/new-tx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/tx-flow/flows/NewTx/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -33,7 +33,7 @@ const NewTxMenu = () => {
</Grid>
<Grid item xs={12} md={6} className={css.pane} gap={3}>
<div className={css.globs}>
<LoadingSpinner status={SpinnerStatus.PROCESSING} />
<NewTxIcon />
</div>

<Typography variant="h1" className={css.title}>
Expand Down

0 comments on commit d2b70b3

Please sign in to comment.