Skip to content

Commit

Permalink
feat(Resources): fix typo preventing resource improvements (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Saber <[email protected]>
  • Loading branch information
zazer0 and Zac Saber authored Feb 12, 2024
1 parent 00d7cdd commit 5580b90
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 5580b90

Please sign in to comment.