From 6004a6fd247e0597af7e0f61fa9a718c1e1b0521 Mon Sep 17 00:00:00 2001
From: sehyunc <41171808+sehyunc@users.noreply.github.com>
Date: Thu, 17 Oct 2024 17:31:36 -0700
Subject: [PATCH] add network icons
---
components/dialogs/transfer/default-form.tsx | 25 ++++++++++---
components/dialogs/transfer/usdc-form.tsx | 21 ++++++++---
components/dialogs/transfer/weth-form.tsx | 37 ++++++++++++++------
providers/wagmi-provider/wagmi-provider.tsx | 2 +-
4 files changed, 64 insertions(+), 21 deletions(-)
diff --git a/components/dialogs/transfer/default-form.tsx b/components/dialogs/transfer/default-form.tsx
index 55d08f02..f08f348b 100644
--- a/components/dialogs/transfer/default-form.tsx
+++ b/components/dialogs/transfer/default-form.tsx
@@ -549,9 +549,19 @@ export function DefaultForm({
/>
-
+
Balance on
- {isDeposit ? "Arbitrum" : "Renegade"}
+ {isDeposit ? (
+ <>
+
+ Arbitrum
+ >
+ ) : (
+ "Renegade"
+ )}