Skip to content

Commit

Permalink
Update icon in flow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Nov 29, 2024
1 parent f2fc1d4 commit 93a9283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tx-flow/flows/CreateSubaccount/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CustomIcon from '@/public/images/transactions/custom.svg'
import SubaccountsIcon from '@/public/images/sidebar/subaccounts-icon.svg'
import TxLayout from '@/components/tx-flow/common/TxLayout'
import useTxStepper from '@/components/tx-flow/useTxStepper'
import { ReviewSubaccount } from '@/components/tx-flow/flows/CreateSubaccount/ReviewSubaccount'
Expand All @@ -20,7 +20,7 @@ export function CreateSubaccount() {
<TxLayout
title={step === 0 ? 'Set up Subaccount' : 'Confirm Subaccount'}
subtitle="Create a Subaccount"
icon={CustomIcon}
icon={SubaccountsIcon}
step={step}
onBack={prevStep}
>
Expand Down

0 comments on commit 93a9283

Please sign in to comment.