Skip to content

Commit ec473b0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const Pitch = () => {
9393
table of contents
9494
</h2>
9595
<nav>
96-
<ul className="space-y-1.5 text-text-secondary font-medium text-md lg:text-xl lowercase inline-block">
96+
<ul className="space-y-1.5 text-text-secondary font-medium lg:text-xl lowercase inline-block">
9797
<li>
9898
<a
9999
href="#mission-statement"

0 commit comments

Comments
 (0)