Skip to content

Commit

Permalink
Fix GitHub credit link in Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jan 5, 2023
1 parent cf0825e commit 11f309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Menu = ({ setShowMenu, setNotes }) => {

<div id="header-credits">
<div id="header-credits-github">
<a href="https://github.com/aalani95" target="_blank" rel="noreferrer">
<a href="https://github.com/aalani95/Noteski" target="_blank" rel="noreferrer">
<img src={Github_Logo} alt="Github" />
<p>Noteski on Github</p>
</a>
Expand Down

0 comments on commit 11f309f

Please sign in to comment.