mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-16 02:51:03 +00:00
root -> trezor-wallet-root
This commit is contained in:
parent
9f1f1df834
commit
2b5c932d89
@ -17,7 +17,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--[if lt IE 8]>
|
<!--[if lt IE 8]>
|
||||||
<div class="unsupported-browsers">
|
<div class="unsupported-browsers">
|
||||||
<div class="header"></div>
|
<div class="header"></div>
|
||||||
<h1>Your browser is not supported</h1>
|
<h1>Your browser is not supported</h1>
|
||||||
<p>Please choose one of the supported browsers</p>
|
<p>Please choose one of the supported browsers</p>
|
||||||
@ -33,6 +33,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<div id="root"></div>
|
<div id="trezor-wallet-root"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -4,7 +4,7 @@ import { render } from 'react-dom';
|
|||||||
import baseStyles from 'support/styles';
|
import baseStyles from 'support/styles';
|
||||||
import App from 'views/index';
|
import App from 'views/index';
|
||||||
|
|
||||||
const root: ?HTMLElement = document.getElementById('root');
|
const root: ?HTMLElement = document.getElementById('trezor-wallet-root');
|
||||||
if (root) {
|
if (root) {
|
||||||
baseStyles();
|
baseStyles();
|
||||||
render(<App />, root);
|
render(<App />, root);
|
||||||
|
@ -44,7 +44,7 @@ const baseStyles = () => injectGlobal`
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#trezor-wallet-root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user