We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df75b commit bd45464Copy full SHA for bd45464
www/src/layouts/index.js
@@ -32,7 +32,8 @@ class DefaultLayout extends React.Component {
32
this.props.location.pathname.slice(0, 10) === `/tutorial/`
33
const isFeature = this.props.location.pathname.slice(0, 9) === `/features`
34
const isPackageSearchPage =
35
- this.props.location.pathname.slice(0, 8) === `/plugins`
+ this.props.location.pathname.slice(0, 8) === `/plugins` ||
36
+ this.props.location.pathname.slice(0, 9) === `/packages`
37
const isPackageReadme =
38
this.props.location.pathname.slice(0, 16) === `/packages/gatsby`
39
0 commit comments