mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
test(theme): adapt to simplified component
This commit is contained in:
parent
65bfdac23d
commit
5320efc2b0
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue