Display wallet component in UI

This commit is contained in:
Adw8 2024-11-07 10:58:16 +05:30 committed by IshaVenikar
parent bab8f6d893
commit c74b7c597f

View File

@ -68,8 +68,7 @@ const IFrame = ({
<div> <div>
<iframe <iframe
id="walletIframe" id="walletIframe"
src="http://localhost:3001" src="http://localhost:3001/WalletEmbed"
width="500" height="300"
sandbox="allow-scripts allow-same-origin" sandbox="allow-scripts allow-same-origin"
></iframe> ></iframe>
<Select <Select