better styling on ViewWallet view
This commit is contained in:
parent
9758aa6df3
commit
e23409cbac
|
@ -7,9 +7,11 @@ export default class ViewWallet extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div style={{marginTop: '50px'}}>
|
||||
<h1 >View Wallet</h1>
|
||||
</div>
|
||||
<section className="container" style={{minHeight: '50%'}}>
|
||||
<div className="tab-content">
|
||||
<h1>View Wallet</h1>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue