Skip to content

Commit b2d72fd

Browse files
committed
feat(contact): updated code for E2E tests
1 parent 2aec2ac commit b2d72fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/website/feature/contactpage/ui/ContactHero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import React from 'react'
44
export function ContactHero(): React.JSX.Element {
55
return (
66
<div className="mb-8">
7-
<h1 className="text-3xl font-bold mb-3 pl-3 sm:pl-8">
7+
<h2 className="text-3xl font-bold mb-3 pl-3 sm:pl-8">
88
Contact Us
9-
</h1>
9+
</h2>
1010
<p className="text-lg pl-5 sm:pl-10">
1111
<TerminalText>
1212
Feel free to ask us anything! We’re here to help.

0 commit comments

Comments
 (0)