Skip to content

Commit

Permalink
feat: new github link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Nov 1, 2023
1 parent fe737bc commit d645b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Header = () => {
<Link className="nav-link" href="">Projects</Link>
<Link className="nav-link" href="">Contact</Link>
</nav>
<Link className="github flex items-center pl-[800px]" href="https://github.com/MoonbamiOfficial/MoonbamiOfficial" target="_blank">
<Link className="github flex items-center pl-[800px]" href="https://github.com/MoonbamiOfficial" target="_blank">
<Image className="w-[50px] h-auto" src={ GitHub_Logo } alt="GitHub Logo" />
</Link>
</header>
Expand Down

0 comments on commit d645b0f

Please sign in to comment.