Skip to content

Commit af7e768

Browse files
authored
Merge pull request #798 from Conflux-Chain/s40
feat: update address name tag icon in connect wallet button
2 parents a4abc00 + f6a5b89 commit af7e768

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/components/ConnectWallet/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,5 @@ const ButtonWrapper = styled.div`
194194
const StyledAddressLabelWrapper = styled.span`
195195
display: inline-flex;
196196
vertical-align: middle;
197+
line-height: 2;
197198
`;

src/utils/hooks/useGlobal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,4 @@ export const useGlobalData = createGlobalState<object>({
7777
],
7878
networkId: DEFAULT_NETWORK_IDS.mainnet,
7979
contracts: {},
80-
// CONFLUX_SCAN_ADDRESS_LABEL: {},
81-
// CONFLUX_SCAN_TX_PRIVATE_NOTE: {},
8280
});

0 commit comments

Comments
 (0)