Skip to content

Commit af08b4b

Browse files
committed
Adds custom link support for navi logo
1 parent b6ea43f commit af08b4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"moment-timezone": "^0.5.21",
8383
"money": "^0.2.0",
8484
"morgan": "^1.9.0",
85-
"navigation-component": "topcoder-platform/navigation-component#issue-175",
85+
"navigation-component": "topcoder-platform/navigation-component#logo-link-fix",
8686
"node-forge": "^0.7.5",
8787
"nuka-carousel": "^4.5.3",
8888
"postcss": "^6.0.23",

src/shared/containers/Contentful/MenuLoader/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class MenuLoaderContainer extends React.Component {
116116
setOpenMore={this.handleChangeOpenMore}
117117
loggedIn={!_.isEmpty(auth.profile)}
118118
profileHandle={auth.profile ? auth.profile.handle : ''}
119+
logoLink={fields.logoLink}
119120
/>
120121
</div>
121122
);

0 commit comments

Comments
 (0)