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 2aec2ac commit b2d72fdCopy full SHA for b2d72fd
libs/website/feature/contactpage/ui/ContactHero.tsx
@@ -4,9 +4,9 @@ import React from 'react'
4
export function ContactHero(): React.JSX.Element {
5
return (
6
<div className="mb-8">
7
- <h1 className="text-3xl font-bold mb-3 pl-3 sm:pl-8">
+ <h2 className="text-3xl font-bold mb-3 pl-3 sm:pl-8">
8
Contact Us
9
- </h1>
+ </h2>
10
<p className="text-lg pl-5 sm:pl-10">
11
<TerminalText>
12
Feel free to ask us anything! We’re here to help.
0 commit comments