Skip to content

Commit c201e2d

Browse files
authored
Link to Wealthsimple case study (#7161)
1 parent caebbe0 commit c201e2d

File tree

1 file changed

+2
-1
lines changed
  • packages/web/docs/src/components/company-testimonials

1 file changed

+2
-1
lines changed

packages/web/docs/src/components/company-testimonials/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const testimonials: Testimonial[] = [
6262
picture: {
6363
img: wealthsimplePicture,
6464
},
65+
caseStudyHref: '/case-studies/wealthsimple',
6566
},
6667
{
6768
company: 'Prodigy',
@@ -206,7 +207,7 @@ export function CompanyTestimonialsSection({ className }: { className?: string }
206207
href={caseStudyHref}
207208
className="absolute bottom-0 w-full md:w-fit"
208209
>
209-
Read Case Study
210+
Read the case study
210211
<ArrowIcon />
211212
</CallToAction>
212213
)}

0 commit comments

Comments
 (0)