Skip to content

Commit 3e8f0ae

Browse files
committed
Linting errors
1 parent 4847d57 commit 3e8f0ae

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.changeset/chatty-shirts-change.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@coinbase/onchainkit': patch
3+
---
4+
5+
-**feat**: Add `WalletModal` component. By @cpcramer #1610

src/internal/svg/coinbaseWalletSvg.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ export const coinbaseWalletSvg = (
55
viewBox="0 0 146 146"
66
fill="none"
77
xmlns="http://www.w3.org/2000/svg"
8+
role="img"
9+
aria-label="Coinbase Wallet Logo"
810
>
11+
<title>Coinbase Wallet Logo</title>
912
<rect width="146" height="146" fill="#0052FF" />
1013
<path
1114
fill-rule="evenodd"

src/internal/svg/walletConnectSvg.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ export const walletConnectSvg = (
55
viewBox="0 0 16 16"
66
fill="none"
77
xmlns="http://www.w3.org/2000/svg"
8+
role="img"
9+
aria-label="WalletConnect Logo"
810
>
11+
<title>WalletConnect Logo</title>
912
<mask
1013
id="mask0_1630_9125"
1114
style={{ maskType: 'luminance' }}

0 commit comments

Comments
 (0)