Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Jun 9, 2023
1 parent 404e6ef commit dae2762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<script src="./node_modules/web3/dist/web3.min.js"></script>
<!-- <script src="./node_modules/web3/dist/web3.min.js"></script> -->

<link
rel="apple-touch-icon"
Expand Down
4 changes: 2 additions & 2 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'highlight.js/styles/github.css';
import './default.scss';
import './index.scss';

import { startWeb3 } from './util/web3';
// import { startWeb3 } from './util/web3';

import settings from './client/state/settings';
import { getPWADisplayMode } from '../src/util/PWA.js'
Expand All @@ -13,6 +13,6 @@ import App from './app/pages/App';

getPWADisplayMode();
settings.applyTheme();
startWeb3();
// startWeb3();

ReactDom.render(<App />, document.getElementById('root'));

0 comments on commit dae2762

Please sign in to comment.