From cc5cbca3cde92f3feab8c33e4583e9f1589b8319 Mon Sep 17 00:00:00 2001 From: parth Date: Wed, 19 Aug 2026 09:56:00 +0530 Subject: [PATCH] Fix broken Twitter avatar image for Gerald Venzl on homepage testimonials Signed-off-by: parth --- static/data/testimonials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/data/testimonials.ts b/static/data/testimonials.ts index 94a38779e1..30895aa853 100644 --- a/static/data/testimonials.ts +++ b/static/data/testimonials.ts @@ -39,7 +39,7 @@ export const testimonials = [ social: 'twitter', path: 'https://twitter.com/GeraldVenzl/status/1656361050135212032', date: 'May 10, 2023', - avatar: 'https://pbs.twimg.com/profile_images/1057877042438397952/DVNj9EiF_400x400.jpg', + avatar: 'https://github.com/gvenzl.png', featuredlink: 'https://blogs.oracle.com/scoter/post/run-oracle-database-23c-with-podman-desktop', }, ];