scroll lista iniziale, link react readme, minor changes

This commit is contained in:
matteo
2018-11-21 21:14:52 +01:00
parent 1a1ba9756f
commit 403cbc013d
6 changed files with 30 additions and 14 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
import React, { Component } from 'react';
import {
Row,
Navbar,
Nav,
NavDropdown,
@@ -35,7 +34,7 @@ class TopBar extends Component {
}
render() {
return (
<Row>
<React.Fragment>
<Navbar bg="dark" className="py-0 px-1 w-100" expand="md">
<Navbar.Brand>
<Link to="/">HazeTV</Link>
@@ -70,7 +69,7 @@ class TopBar extends Component {
</form>
</Navbar.Collapse>
</Navbar>
</Row>
</React.Fragment>
);
}
}