Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-63 committed May 6, 2024
1 parent 2ca97a7 commit 6917618
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ const Header = () => {
)}
>
<div className="mx-auto flex w-full max-w-7xl items-center justify-between p-4 md:px-8">
<Link href="https://prince-63.github.io/bio" noCustomization>
<Logo />
</Link>
<Logo />
<div className="hidden items-center gap-6 md:flex">
<ul className="flex list-none items-center gap-6">
{NAV_LINKS.map((link, index) => (
Expand Down

0 comments on commit 6917618

Please sign in to comment.