aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-10 17:26:57 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitfe956223997cca5b9e3190fb69790027b1c2c54a (patch)
treeba575f4c6f57a8b81d93d5b5504d8719e5a36524 /vnext/src/App.js
parent6b3cff86bfd18637bc8ad01067e93db06dfeaadf (diff)
fix logo
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js1
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>