Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0d0ad6f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lewish committed Feb 23, 2024
1 parent 1e0e3c2 commit 2574bfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app.bundle.js

This file was deleted.

2 changes: 2 additions & 0 deletions bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
<img src="/public/logo_full.svg" class="animated bounceOut" />
</div>
<div id="root"></div>
<script src="/app.bundle.js"></script>
<script>
const shownInterstitial = window.localStorage.getItem(
"shownInterstitial"
Expand All @@ -198,5 +197,6 @@
}, 3000);
}
</script>
<script src="bundle.js"></script>
</body>
</html>

0 comments on commit 2574bfb

Please sign in to comment.