Skip to content

Commit

Permalink
added mobile app screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Sep 13, 2024
1 parent 13541dd commit 6b98e38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion app/src/App-backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9340,6 +9340,9 @@ document.addEventListener('DOMContentLoaded', function() {
} else {
App.render('#app');
}
window.onresize = App.render('#app');
window.onresize = () => {
App.render('#app');
getIframeClientSize();
}
};
});

0 comments on commit 6b98e38

Please sign in to comment.