We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286a3a2 commit 902f313Copy full SHA for 902f313
src/root/wrappers/app/hooks/use-broadcast-channel.ts
@@ -38,7 +38,7 @@ export const useBroadcastChannel = () => {
38
39
function becomeOwner() {
40
const iframe = document.createElement('iframe');
41
- iframe.src = 'assets/iframe.html';
+ iframe.src = 'iframe.html';
42
iframe.style.display = 'none';
43
rawApp.isMainTab = true;
44
document.body.appendChild(iframe);
0 commit comments