We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3afbe4 commit 1da1c83Copy full SHA for 1da1c83
src/components/Header.jsx
@@ -4,7 +4,7 @@ import React from 'react';
4
import Link from 'next/link';
5
import { IconBrandGithub } from "@tabler/icons-react";
6
7
-const MobileNavLink = ({ href, children }: { href: string; children: React.ReactNode }) => (
+const MobileNavLink = ({ href, children }) => (
8
<Link
9
href={href}
10
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