From 5320efc2b0326322288e86320b152b7fc95aa647 Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Tue, 2 Dec 2025 17:46:03 +0100 Subject: [PATCH] test(theme): adapt to simplified component --- website/_dogfooding/_docs tests/doc-cards-items.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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',