Skip to content

Commit f105675

Browse files
committed
fix: fix the tag issue
1 parent b73c47c commit f105675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/src/app/(main)/(landing)/pitch

apps/web/src/app/(main)/(landing)/pitch/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ const Pitch = () => {
8989
}}
9090
className="max-w-4xl mx-auto text-center"
9191
>
92-
<h3 className="text-2xl lg:text-3xl font-medium text-brand-purple-light font-mono mb-3 lowercase">
92+
<h2 className="text-2xl lg:text-3xl font-medium text-brand-purple-light font-mono mb-3 lowercase">
9393
table of contents
94-
</h3>
94+
</h2>
9595
<nav>
9696
<ul className="space-y-1.5 text-text-secondary font-medium text-md lg:text-xl lowercase inline-block">
9797
<li>

0 commit comments

Comments
 (0)