We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b639b1 commit 9426a8fCopy full SHA for 9426a8f
src/components/Hero/HubHero/index.tsx
@@ -60,6 +60,8 @@ const HubHero = ({
60
// --eth-sizes-container-md: 768px ==> tailwind max-w-3xl
61
className="max-w-3xl gap-2 self-center md:gap-1"
62
>
63
+ {/* Ref: file: src/components/Hero/HubHero/index.tsx:28 */}
64
+ {/* 2xl font size refers to ["4xl", null, null, "5xl"] */}
65
{title ? (
66
<h2 className="text-4xl lg:text-5xl">{header}</h2>
67
) : (
0 commit comments