Skip to content

Commit

Permalink
fix: update fallback prop for Image component in WalletConnectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolxt committed Dec 13, 2024
1 parent a096f50 commit 9e7166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dapp/WalletConnectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function WalletConnectors() {
bold
className="gap-sm*2"
key={connector.id}>
<Image className="h-lg*2 w-lg*2 rounded-md" alt={connector.name} src={connector.icon} fallback="WC" />
<Image className="h-lg*2 w-lg*2 rounded-md" alt={connector.name} src={connector.icon} fallback="" />
{connector.name}
<Icon remix="RiArrowRightUpLine" />
</Button>
Expand Down

0 comments on commit 9e7166c

Please sign in to comment.