Skip to content

Commit

Permalink
Merge pull request #133 from OneKeyHQ/OK-23149
Browse files Browse the repository at this point in the history
chore: add nested iframe dapp example
  • Loading branch information
loatheb authored Nov 22, 2023
2 parents a6b373f + b56fcad commit 410293f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/example/components/iframe/IFrameHostExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function IFrameHostExample() {
style={{ width: '100%', height: '400px' }}
frameBorder={0}
/>
<iframe src="/" style={{ width: '100%', height: '400px' }} />
</div>
);
}

0 comments on commit 410293f

Please sign in to comment.