Skip to content

Commit

Permalink
fix: Swap icon
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed May 6, 2024
1 parent 25da062 commit 2a83d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx-flow/flows/ConfirmTx/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TxLayout from '@/components/tx-flow/common/TxLayout'
import ConfirmProposedTx from './ConfirmProposedTx'
import { useTransactionType } from '@/hooks/useTransactionType'
import TxInfo from '@/components/transactions/TxInfo'
import SwapIcon from '@/public/images/sidebar/swap.svg'
import SwapIcon from '@/public/images/common/swap.svg'

const ConfirmTxFlow = ({ txSummary }: { txSummary: TransactionSummary }) => {
const { text } = useTransactionType(txSummary)
Expand Down

0 comments on commit 2a83d31

Please sign in to comment.