Skip to content

Commit

Permalink
Merge pull request #13420 from influxdata/fix/feedback-button-cloud
Browse files Browse the repository at this point in the history
Put feedback nav item below the cloud nav item
  • Loading branch information
Palakp41 authored Apr 15, 2019
2 parents 4315daf + a26e87b commit 3c3d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pageLayout/containers/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class SideNav extends PureComponent<Props, State> {
)}
active={getNavItemActivation(['settings'], location.pathname)}
/>
<CloudNav />
<NavMenu.Item
titleLink={className => (
<a className={className} href={feedbackLink} target="_blank">
Expand All @@ -153,7 +154,6 @@ class SideNav extends PureComponent<Props, State> {
)}
active={getNavItemActivation(['feedback'], location.pathname)}
/>
<CloudNav />
</NavMenu>
)
}
Expand Down

0 comments on commit 3c3d3c2

Please sign in to comment.