From 36642f5a7b3b1395e6577897be506a46fb4c9890 Mon Sep 17 00:00:00 2001 From: Kushal <114013186+kiluazen@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:26:12 +0530 Subject: [PATCH] fix: replace dead via.placeholder URL --- documentation-site/pages/components/menu.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation-site/pages/components/menu.mdx b/documentation-site/pages/components/menu.mdx index 1ba7c89ddb..8e6bef25ca 100644 --- a/documentation-site/pages/components/menu.mdx +++ b/documentation-site/pages/components/menu.mdx @@ -135,7 +135,7 @@ The provided id will be set as a value for the item container's `id` attribute t title: "David Smith", subtitle: "Senior Engineering Manager", body: "Uber Everything", - imgUrl: "https://via.placeholder.com/60x60", + imgUrl: "https://placehold.co/60x60", }))} overrides={{ ...props.overrides, @@ -166,7 +166,7 @@ The provided id will be set as a value for the item container's `id` attribute t title: 'David Smith', subtitle: 'Senior Engineering Manager', body: 'Uber Everything', - imgUrl: 'https://via.placeholder.com/60x60', + imgUrl: 'https://placehold.co/60x60', }))} overrides={{ List: {},