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 caebbe0 commit c201e2dCopy full SHA for c201e2d
packages/web/docs/src/components/company-testimonials/index.tsx
@@ -62,6 +62,7 @@ const testimonials: Testimonial[] = [
62
picture: {
63
img: wealthsimplePicture,
64
},
65
+ caseStudyHref: '/case-studies/wealthsimple',
66
67
{
68
company: 'Prodigy',
@@ -206,7 +207,7 @@ export function CompanyTestimonialsSection({ className }: { className?: string }
206
207
href={caseStudyHref}
208
className="absolute bottom-0 w-full md:w-fit"
209
>
- Read Case Study
210
+ Read the case study
211
<ArrowIcon />
212
</CallToAction>
213
)}
0 commit comments