Skip to content

Commit

Permalink
chore: updated the path in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Jun 12, 2024
1 parent 04e59f1 commit 126cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DerivIframe/DerivIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const DerivIframe = () => {
<iframe
id='localstorage-sync'
sandbox='allow-same-origin allow-scripts'
src={`${origin}/public/localstorage-sync.html`}
src={`${origin}/localstorage-sync.html`}
style={{ display: 'none', visibility: 'hidden' }}
/>
);
Expand Down

0 comments on commit 126cd34

Please sign in to comment.