Skip to content

Commit

Permalink
Fix code of conduct link for session pages
Browse files Browse the repository at this point in the history
  • Loading branch information
WidgetsBurritos committed Aug 23, 2019
1 parent bfd1d28 commit b8a0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/Menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Menu = ({ isActive, toggleOverlay, menuItems }: MenuPropsT) => {
</li>),
)}
<li className={styles.menuItemSmall}>
<Link to={'code-conduct'} onClick={toggleOverlay}>
<Link to={'/code-conduct'} onClick={toggleOverlay}>
Code of Conduct
</Link>
</li>
Expand Down

0 comments on commit b8a0693

Please sign in to comment.