Skip to content

Commit

Permalink
feat(contact): updated code for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anakafeel committed Dec 8, 2024
1 parent 2aec2ac commit b2d72fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/website/feature/contactpage/ui/ContactHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import React from 'react'
export function ContactHero(): React.JSX.Element {
return (
<div className="mb-8">
<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">
Contact Us
</h1>
</h2>
<p className="text-lg pl-5 sm:pl-10">
<TerminalText>
Feel free to ask us anything! We’re here to help.
Expand Down

0 comments on commit b2d72fd

Please sign in to comment.