Skip to content

Commit

Permalink
Merge pull request #133 from Compile7/GovindMalviya-patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
GovindMalviya authored Aug 7, 2024
2 parents d6e77df + ef4eca0 commit cfb0e49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ const Header = () => {
<ul>
<li>
{" "}
<Link to="https://compile7.org/decompile/contribute/">
Contribute to Open Source
</Link>
<Link to={`${BLOG_PATH}/memes/`}>Memes</Link>
</li>
<li>
{" "}
<Link to={`${BLOG_PATH}/memes/`}>Memes</Link>
<Link to="https://gracker.ai/">
Organic Growth for Cybersecurity Companies
</Link>
</li>
</ul>
</div>
Expand Down

0 comments on commit cfb0e49

Please sign in to comment.