Skip to content

Commit

Permalink
update my gfw links
Browse files Browse the repository at this point in the history
  • Loading branch information
edbrett committed Oct 27, 2020
1 parent 351286c commit 730e1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/components/nav-alt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NavAlt extends PureComponent {
</div>
<div className="nav-item">
<NavLink
href="/my-gfw"
href="/my-gfw/"
className={cx('nav-link', {
'animate-user-icon': !loggedIn && loggingIn,
})}
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/components/submenu-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Header extends PureComponent {
))}
<li className="nav-item">
<NavLink
href="/my-gfw"
href="/my-gfw/"
pathname={pathname}
appUrl={appUrl}
NavLinkComponent={NavLinkComponent}
Expand Down

0 comments on commit 730e1d4

Please sign in to comment.