diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index 36053477..ab59fc10 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -116,7 +116,7 @@ export default class App extends React.Component { <div id="logo"><Link to="/">Juick</Link></div> } <div id="search"> - <SearchBox pathname="/" onSearch={this.search} {...this.props} /> + <SearchBox pathname="/discover" onSearch={this.search} {...this.props} /> </div> <nav id="global"> <ul> |