From 0c9af47626fea8d90d8319dfff38bd4ff434762a Mon Sep 17 00:00:00 2001 From: lauchness Date: Thu, 10 Aug 2023 15:07:46 -0300 Subject: [PATCH] feat: fill set on right arrow icon --- src/components/MintDialog/elements/ViewOnExplorer.tsx | 2 +- src/components/MintDialog/pages/Bridge/BridgeError.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/MintDialog/elements/ViewOnExplorer.tsx b/src/components/MintDialog/elements/ViewOnExplorer.tsx index 480cff62..6a5547be 100644 --- a/src/components/MintDialog/elements/ViewOnExplorer.tsx +++ b/src/components/MintDialog/elements/ViewOnExplorer.tsx @@ -32,7 +32,7 @@ export const ViewOnExplorer = React.forwardRef< title ) : ( <> - View on Explorer + View on Explorer )} diff --git a/src/components/MintDialog/pages/Bridge/BridgeError.tsx b/src/components/MintDialog/pages/Bridge/BridgeError.tsx index 43286053..2f0d4281 100644 --- a/src/components/MintDialog/pages/Bridge/BridgeError.tsx +++ b/src/components/MintDialog/pages/Bridge/BridgeError.tsx @@ -43,7 +43,7 @@ export const BridgeError: FC = ({ isl1 title={ <> - View l1 tx + View l1 tx } /> @@ -53,7 +53,7 @@ export const BridgeError: FC = ({ txHash={l2TxHash} title={ <> - View l2 tx + View l2 tx } />