Archived
scroll lista iniziale, link react readme, minor changes
This commit is contained in:
+2
-3
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user