We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73c47c commit f105675Copy full SHA for f105675
1 file changed
apps/web/src/app/(main)/(landing)/pitch/page.tsx
@@ -89,9 +89,9 @@ const Pitch = () => {
89
}}
90
className="max-w-4xl mx-auto text-center"
91
>
92
- <h3 className="text-2xl lg:text-3xl font-medium text-brand-purple-light font-mono mb-3 lowercase">
+ <h2 className="text-2xl lg:text-3xl font-medium text-brand-purple-light font-mono mb-3 lowercase">
93
table of contents
94
- </h3>
+ </h2>
95
<nav>
96
<ul className="space-y-1.5 text-text-secondary font-medium text-md lg:text-xl lowercase inline-block">
97
<li>
0 commit comments