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: {},