test(theme): adapt to simplified component

This commit is contained in:
Johannes Liermann 2025-12-02 17:46:03 +01:00
parent 65bfdac23d
commit 5320efc2b0

View File

@ -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',