mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
fix(init): fix links to feature images in classic-typescript (#5370)
This commit is contained in:
parent
03236e42ff
commit
33a85c71aa
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ type FeatureItem = {
|
|||
const FeatureList: FeatureItem[] = [
|
||||
{
|
||||
title: 'Easy to Use',
|
||||
image: '/img/undraw_docusaurus_tree.svg',
|
||||
image: '/img/undraw_docusaurus_mountain.svg',
|
||||
description: (
|
||||
<>
|
||||
Docusaurus was designed from the ground up to be easily installed and
|
||||
|
@ -37,7 +37,7 @@ const FeatureList: FeatureItem[] = [
|
|||
},
|
||||
{
|
||||
title: 'Powered by React',
|
||||
image: '/img/undraw_docusaurus_tree.svg',
|
||||
image: '/img/undraw_docusaurus_react.svg',
|
||||
description: (
|
||||
<>
|
||||
Extend or customize your website layout by reusing React. Docusaurus can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue