Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 12, 2022
2 parents 794083b + b8381a4 commit cdacae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const Header: React.FC = () => {
<nav ref={navbarRef} id="navbar" style={{ animationName: 'none' }} className={classes.nav}>
<Link href="/">Home</Link>
<Link href="/my-projects">My projects</Link>
<Link href="/mobile-networking">Networking</Link>
<Link href="https://mastdatabase.co.uk">Networking</Link>
<Link href="/blog">Blog</Link>
</nav>
</div>
Expand Down

0 comments on commit cdacae1

Please sign in to comment.