Skip to content

Commit f35800a

Browse files
committed
update template
1 parent c1e84e5 commit f35800a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

template_content/package.json.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
]
100100
},
101101
"overrides": {
102-
"ws@>7.0.0 <7.5.9": "7.5.10"
102+
"ws@>7.0.0 <7.5.9": "7.5.10",
103+
"algosdk@<3.0.0": "3.0.0"
103104
}
104105
}

template_content/src/components/ConnectWallet.tsx.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ConnectWallet = ({ openModal, closeModal }: ConnectWalletInterface) => {
3838
<img
3939
alt={`wallet_icon_${wallet.id}`}
4040
src={wallet.metadata.icon}
41-
style={{ objectFit: 'contain', width: '30px', height: 'auto' }}
41+
style={{ '{{' }} objectFit: 'contain', width: '30px', height: 'auto' {{ '}}' }}
4242
/>
4343
)}
4444
<span>{isKmd(wallet) ? 'LocalNet Wallet' : wallet.metadata.name}</span>

0 commit comments

Comments
 (0)