Minor fix
This commit is contained in:
parent
6f3fe64125
commit
d50f491b1b
@ -54,7 +54,7 @@ export const FinalCheckModal: FunctionComponent<Props> = (props) => {
|
|||||||
>
|
>
|
||||||
<ModalContainer>
|
<ModalContainer>
|
||||||
<ModalTitle>Final Checks</ModalTitle>
|
<ModalTitle>Final Checks</ModalTitle>
|
||||||
<ModalDescription>{`You are claiming the ICNS name ${twitterUserName} on main keplr account`}</ModalDescription>
|
<ModalDescription>{`You are claiming the ICNS name ${twitterUserName} on keplr account`}</ModalDescription>
|
||||||
|
|
||||||
<NameBox
|
<NameBox
|
||||||
marginTop="3.875rem"
|
marginTop="3.875rem"
|
||||||
@ -109,7 +109,7 @@ export const FinalCheckModal: FunctionComponent<Props> = (props) => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
title="Main Keplr Account"
|
title={walletInfo?.name || "Keplr account"}
|
||||||
content={Bech32Address.shortenAddress(
|
content={Bech32Address.shortenAddress(
|
||||||
walletInfo?.bech32Address || "",
|
walletInfo?.bech32Address || "",
|
||||||
28,
|
28,
|
||||||
|
Loading…
Reference in New Issue
Block a user