Skip to content

Commit

Permalink
remove image
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Apr 21, 2024
1 parent e9bbaac commit 872740d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/starter/src/ui/modal/connect-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
Button,
Heading,
HStack,
Image,
Modal,
ModalBody,
ModalContent,
Expand Down Expand Up @@ -53,7 +52,7 @@ const WalletModal = ({
p={4}
spacing={4}
>
<Image alt={wallet.name} boxSize="40px" src={wallet.imgSrc} />
{/* <Image alt={wallet.name} boxSize="40px" src={wallet.imgSrc} /> */}
<Text fontWeight="bold">{wallet.name}</Text>
</HStack>
))}
Expand Down

0 comments on commit 872740d

Please sign in to comment.