Skip to content

Commit 94bebfa

Browse files
committed
fixed apostrophe on pricing page testimonial.
1 parent cd0c501 commit 94bebfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pricing/pricing-client.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ function Testimonial() {
405405
<div className="flex max-lg:mt-16 lg:col-span-2 lg:px-16">
406406
<figure className="mx-auto flex max-w-xl flex-col gap-16 max-lg:text-center">
407407
<blockquote>
408-
<p className="relative text-3xl tracking-tight text-white before:absolute before:-translate-x-full before:content-['\u201C'] after:absolute after:content-['\u201D'] lg:text-4xl">
409-
Mine Seek&apos;s ability to cross-reference multiple data sources has radically accelerated our desicion making. We&apos;re making more informed decisions with greater confidence.
408+
<p className="relative text-3xl tracking-tight text-white before:absolute before:-translate-x-full before:content-[''] after:absolute after:content-[''] lg:text-4xl">
409+
Mine Seeks ability to cross-reference multiple data sources has radically accelerated our decision making. Were making more informed decisions with greater confidence.
410410
</p>
411411
</blockquote>
412412
<figcaption className="mt-auto">

0 commit comments

Comments
 (0)