aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-18 16:25:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commitff3948c9b170d5e9e286ca2734e3c9657c18c489 (patch)
tree758c4e4381c0031d6a8b875c9c5fcdda24595176 /vnext/src/App.js
parentd793cc8f85fc1d45b6d98a7ae52fd8e99a885f14 (diff)
fix search route
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js2
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>