mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-29 01:11:43 +00:00
root -> trezor-wallet-root
This commit is contained in:
parent
9f1f1df834
commit
2b5c932d89
@ -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