diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index fe91be10..3dcecf66 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -113,7 +113,6 @@ export default class App extends React.Component { <Link to="/">Juick</Link> </div> } - <div id="logo" className="desktop"><Link to="/">Juick</Link></div> <div id="search" className="desktop"> <SearchBox pathname="/discover" onSearch={this.search} {...this.props} /> </div> |