File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99} from '@headlessui/react' ;
1010import { Menu , X } from 'lucide-react' ;
1111
12- import { Heading } from '@components/Heading' ;
1312import clsxm from '@utils/clsxm' ;
1413
1514const NavLinks : { title : string ; href : string ; badge ?: boolean } [ ] = [
@@ -40,15 +39,14 @@ const Navbar = () => {
4039 < >
4140 < div className = "flex w-full flex-row gap-3 sm:mx-auto sm:flex-col" >
4241 < Link href = "/" className = "hover:no-underline" >
43- < Heading
44- as = "h1"
42+ < div
4543 className = { clsxm (
4644 'text-center text-4xl text-gray-800 uppercase transition-all duration-500 ease-in-out hover:text-gray-700' ,
4745 'font-dumpling -my-2 text-lg md:text-4xl'
4846 ) }
4947 >
5048 Mike Bifulco
51- </ Heading >
49+ </ div >
5250 </ Link >
5351 < div className = "ml-auto sm:ml-0 sm:justify-center" >
5452 < div className = "hidden items-center justify-center sm:ml-6 sm:flex sm:space-x-8" >
You can’t perform that action at this time.
0 commit comments