Browse Source

moved copy text field to walletMain comp

all-modes
pbca26 7 years ago
parent
commit
f945c5e5e5
  1. 1
      react/src/components/main/walletMain.js
  2. 1
      react/www/index.html

1
react/src/components/main/walletMain.js

@ -10,6 +10,7 @@ class WalletMain extends React.Component {
render() { render() {
return ( return (
<div className="full-height"> <div className="full-height">
<input type="text" id="js-copytextarea" />
<SyncOnly {...this.props} /> <SyncOnly {...this.props} />
<Dashboard {...this.props} /> <Dashboard {...this.props} />
<AddCoin {...this.props} /> <AddCoin {...this.props} />

1
react/www/index.html

@ -15,7 +15,6 @@
<link rel="icon" type="image/png" href="assets/images/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="assets/images/favicon-16x16.png" sizes="16x16">
</head> </head>
<body id="body" class="page-login layout-full page-dark"> <body id="body" class="page-login layout-full page-dark">
<input type="text" id="js-copytextarea" />
<div id="app" class="full-height"></div> <div id="app" class="full-height"></div>
</body> </body>
</html> </html>

Loading…
Cancel
Save