add share button for sharing link with encoded url params

This commit is contained in:
apoorvlathey
2023-06-11 11:11:44 +05:30
parent 74f85ce2f0
commit 26ca4df508
7 changed files with 151 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ function DappTile({
}}
>
<Center flexDir={"column"} h="100%" p="1rem">
<Image w="2rem" src={dapp.iconUrl} borderRadius="full" />
<Image bg="white" w="2rem" src={dapp.iconUrl} borderRadius="full" />
<Text mt="0.5rem" textAlign={"center"}>
{dapp.name}
</Text>