diff options
author | Vitaly Takmazov | 2018-09-18 16:25:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | ff3948c9b170d5e9e286ca2734e3c9657c18c489 (patch) | |
tree | 758c4e4381c0031d6a8b875c9c5fcdda24595176 /vnext/src | |
parent | d793cc8f85fc1d45b6d98a7ae52fd8e99a885f14 (diff) |
fix search route
Diffstat (limited to 'vnext/src')
-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> |