Skip to content

Commit f91d94a

Browse files
committed
remove duplicate header
1 parent fd3f251 commit f91d94a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Navbar/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import LinkButton from '../LinkButton/LinkButton';
88
export default function Navbar() {
99
return (
1010
<>
11-
<header className="lg:pl-[49px] w-full bg-transparent">
11+
<div className="lg:pl-[49px] w-full bg-transparent">
1212
<nav className="nav py-4 pl-5 flex flex-col md:flex-row justify-around items-center">
1313
<div>
1414
<Link href={HOME}>
@@ -41,7 +41,7 @@ export default function Navbar() {
4141
</LinkButton>
4242
</div>
4343
</nav>
44-
</header>
44+
</div>
4545
</>
4646
);
4747
}

0 commit comments

Comments
 (0)