Skip to content

Commit 281ac51

Browse files
committed
Update Header.component.tsx
1 parent 54af68e commit 281ac51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Layout/Header.component.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MotionDiv, MotionLi, MotionUl } from "@/lib/framer/client";
99

1010
import MobileMenu from "./MobileMenu.component";
1111

12-
export default function Header() {
12+
const Header = () => {
1313
const pathname = usePathname();
1414

1515
const links = [
@@ -105,4 +105,6 @@ export default function Header() {
105105
</nav>
106106
</header>
107107
);
108-
}
108+
};
109+
110+
export default Header;

0 commit comments

Comments
 (0)