Skip to content

Commit

Permalink
feat(Resources): fix typo preventing resource improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Saber committed Feb 2, 2024
1 parent 29b8cf0 commit 7ac3419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/page/Help/HelpResources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ const HelpResources = ({ }) => {

return (
<SubNavWrapper baseUrl={'/help/resources'} menu={menu}>
If you have resources you think are useful, please don't hestitate to share them by putting in a <a target="_blank" href="https://github.com/chamhayden/eckles">pull request!</a>
If you have resources you think are useful, please don't hesitate to share them by putting in a <a target="_blank" href="https://github.com/chamhayden/eckles">pull request!</a>
<Divider sx={{ mb: 3, mt: 3, }} />
<Outlet />
</SubNavWrapper>
);
};

export default HelpResources
export default HelpResources

0 comments on commit 7ac3419

Please sign in to comment.