ok rm gitignore
This commit is contained in:
12
public/images/components/NavLink.jsx
Normal file
12
public/images/components/NavLink.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Link from 'next/link'
|
||||
|
||||
export function NavLink({ href, children }) {
|
||||
return (
|
||||
<Link
|
||||
href={href}
|
||||
className="inline-block px-2 py-1 text-sm text-nav-dark hover:text-primary-terracotta transition-colors duration-200"
|
||||
>
|
||||
{children}
|
||||
</Link>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user