Skip to content

Commit 56f68c1

Browse files
committed
chore: fix comment for heading
1 parent 9426a8f commit 56f68c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const HubHero = ({
6060
// --eth-sizes-container-md: 768px ==> tailwind max-w-3xl
6161
className="max-w-3xl gap-2 self-center md:gap-1"
6262
>
63-
{/* Ref: file: src/components/Hero/HubHero/index.tsx:28 */}
64-
{/* 2xl font size refers to ["4xl", null, null, "5xl"] */}
63+
{/* Ref file: src/@chakra-ui/components/Heading.ts:21 */}
64+
{/* 2xl font size refers to ["4xl", null, null, "5xl"] */}
6565
{title ? (
6666
<h2 className="text-4xl lg:text-5xl">{header}</h2>
6767
) : (

0 commit comments

Comments
 (0)