Skip to content

Commit 9426a8f

Browse files
committed
chore: add heading text size comment
1 parent 4b639b1 commit 9426a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +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"] */}
6365
{title ? (
6466
<h2 className="text-4xl lg:text-5xl">{header}</h2>
6567
) : (

0 commit comments

Comments
 (0)