Skip to content

Commit

Permalink
✨ Update braavos icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Dec 19, 2024
1 parent ca0e2d7 commit 683e24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/keychain/src/components/Funding/DepositEth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from "starknet";
import {
ArgentIcon,
BravosIcon,
BraavosIcon,
CopyIcon,
EthereumIcon,
StarknetColorIcon,
Expand Down Expand Up @@ -198,7 +198,7 @@ function DepositEthInner({ onComplete, onBack }: DepositEthProps) {
<ArgentIcon fontSize={20} />
)}
{c.name === "braavos" && (
<BravosIcon fontSize={20} />
<BraavosIcon fontSize={20} />
)}
{c.name}
</Button>
Expand Down

0 comments on commit 683e24b

Please sign in to comment.