Skip to content

Commit 1da1c83

Browse files
committed
Update Header.jsx
1 parent e3afbe4 commit 1da1c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react';
44
import Link from 'next/link';
55
import { IconBrandGithub } from "@tabler/icons-react";
66

7-
const MobileNavLink = ({ href, children }: { href: string; children: React.ReactNode }) => (
7+
const MobileNavLink = ({ href, children }) => (
88
<Link
99
href={href}
1010
className="block px-3 py-2 text-base font-medium text-neutral-300 hover:text-white hover:bg-neutral-800 rounded-md transition-colors"

0 commit comments

Comments
 (0)