From 33a85c71aa86a676cd4079936582e3f8de5d7a3e Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 17 Aug 2021 21:38:55 +0800 Subject: [PATCH] fix(init): fix links to feature images in classic-typescript (#5370) --- .../templates/classic-typescript/src/components/HomepageFeatures.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus-init/templates/classic-typescript/src/components/HomepageFeatures.tsx b/packages/docusaurus-init/templates/classic-typescript/src/components/HomepageFeatures.tsx index 770868a257..3897078da1 100644 --- a/packages/docusaurus-init/templates/classic-typescript/src/components/HomepageFeatures.tsx +++ b/packages/docusaurus-init/templates/classic-typescript/src/components/HomepageFeatures.tsx @@ -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