Skip to content

Commit b6896c8

Browse files
authored
Update Contact.tsx
1 parent 56cbebb commit b6896c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/components/Contact.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export default function Contact() {
1515
viewport={{ once: true }}
1616
className="space-y-8"
1717
>
18-
<h2 className="text-3xl font-bold tracking-tight">Let's Innovate Together</h2>
18+
<h2 className="text-3xl font-bold tracking-tight">Let&apos;s Innovate Together</h2>
1919
<p className="text-gray-400">
20-
Feel Free to Reach out!
20+
Feel Free to Reach out!
2121
</p>
2222
<div className="flex flex-col items-center gap-4">
2323
<a
@@ -51,4 +51,3 @@ export default function Contact() {
5151
</section>
5252
)
5353
}
54-

0 commit comments

Comments
 (0)