diff options
author | Vitaly Takmazov | 2018-12-10 17:26:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | fe956223997cca5b9e3190fb69790027b1c2c54a (patch) | |
tree | ba575f4c6f57a8b81d93d5b5504d8719e5a36524 | |
parent | 6b3cff86bfd18637bc8ad01067e93db06dfeaadf (diff) |
fix logo
-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> |