Commit 3eefec5d authored by tom's avatar tom

change text once more

parent 0defa035
...@@ -18,7 +18,7 @@ const MyProfileWallet = ({ profileQuery, onAddWallet }: Props) => { ...@@ -18,7 +18,7 @@ const MyProfileWallet = ({ profileQuery, onAddWallet }: Props) => {
<section> <section>
<Heading as="h2" size="sm" mb={ 3 }>My linked wallet</Heading> <Heading as="h2" size="sm" mb={ 3 }>My linked wallet</Heading>
<Text mb={ 3 } > <Text mb={ 3 } >
This wallet address can be used to login and is used for merit program This wallet address is used for login and participation in the merit program
</Text> </Text>
{ profileQuery.data?.address_hash ? ( { profileQuery.data?.address_hash ? (
<Box px={ 3 } py="18px" bgColor={ bgColor } borderRadius="base"> <Box px={ 3 } py="18px" bgColor={ bgColor } borderRadius="base">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment