Archived
scroll lista iniziale, link react readme, minor changes
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@ class App extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<Row>
|
||||
<TopBar />
|
||||
</Row>
|
||||
<Row className="justify-content-center bg-black">
|
||||
<Col xs="12" sm="6">
|
||||
<Switch>
|
||||
@@ -22,7 +24,7 @@ class App extends React.Component {
|
||||
</Switch>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Row className='scrollable'>
|
||||
<Switch>
|
||||
<Route path="/video/:id" component={VideoInfo} />
|
||||
<Route exact path='/' component={VideoList} />
|
||||
|
||||
Reference in New Issue
Block a user