Skip to content

Commit 3a5e670

Browse files
authored
docs: Fix testimonial profile picture link (#3585)
## Description Update the link for the profile picture of https://x.com/bran_aust in their testimonial. ## Test plan Build the docs and check testimonials - the image should load properly
1 parent 1401694 commit 3a5e670

File tree

1 file changed

+1
-1
lines changed
  • packages/docs-gesture-handler/src/components/Testimonials/TestimonialList

1 file changed

+1
-1
lines changed

packages/docs-gesture-handler/src/components/Testimonials/TestimonialList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const items = [
3939
link: 'https://twitter.com/bran_aust/status/1754907731536863670',
4040
image: {
4141
alt: 'brandon austin',
42-
src: 'https://pbs.twimg.com/profile_images/1807358745401286656/u6hI6CYo_400x400.jpg',
42+
src: 'https://pbs.twimg.com/profile_images/1886569538356977664/HSO3O8hT_400x400.jpg',
4343
},
4444
},
4545
];

0 commit comments

Comments
 (0)