diff --git a/website/_dogfooding/_docs tests/doc-cards-items.js b/website/_dogfooding/_docs tests/doc-cards-items.js index 096f6d8dd8..c769d4a120 100644 --- a/website/_dogfooding/_docs tests/doc-cards-items.js +++ b/website/_dogfooding/_docs tests/doc-cards-items.js @@ -50,21 +50,21 @@ const items = [ }, { label: 'Custom Image', - description: 'It works with PNG', + description: 'It does not break with PNG', href: 'https://react.dev/', icon: png, type: 'link', }, { label: 'Custom Image', - description: 'It works with JPG', - href: 'https://react.dev/', + description: 'It does not break with JPG', + href: '/docs/installation', icon: jpg, type: 'link', }, { label: 'Custom Image', - description: 'It does not work with SVG', + description: 'It does not break with SVG', href: 'https://react.dev/', icon: svgImg, type: 'link',