Skip to content

Commit dcfa245

Browse files
committed
chore: semantic tweak
1 parent 8fe7671 commit dcfa245

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/Navbar/Navbar.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
} from '@headlessui/react';
1010
import { Menu, X } from 'lucide-react';
1111

12-
import { Heading } from '@components/Heading';
1312
import clsxm from '@utils/clsxm';
1413

1514
const 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">

0 commit comments

Comments
 (0)