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 b6ea43f commit af08b4bCopy full SHA for af08b4b
package.json
@@ -82,7 +82,7 @@
82
"moment-timezone": "^0.5.21",
83
"money": "^0.2.0",
84
"morgan": "^1.9.0",
85
- "navigation-component": "topcoder-platform/navigation-component#issue-175",
+ "navigation-component": "topcoder-platform/navigation-component#logo-link-fix",
86
"node-forge": "^0.7.5",
87
"nuka-carousel": "^4.5.3",
88
"postcss": "^6.0.23",
src/shared/containers/Contentful/MenuLoader/index.jsx
@@ -116,6 +116,7 @@ class MenuLoaderContainer extends React.Component {
116
setOpenMore={this.handleChangeOpenMore}
117
loggedIn={!_.isEmpty(auth.profile)}
118
profileHandle={auth.profile ? auth.profile.handle : ''}
119
+ logoLink={fields.logoLink}
120
/>
121
</div>
122
);
0 commit comments