Skip to content

Commit 6195cec

Browse files
committed
Remove unused code
1 parent 038adea commit 6195cec

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,6 @@ type FeatureItem = {
99
};
1010

1111
const FeatureList: FeatureItem[] = [
12-
{
13-
title: 'Easy to Use',
14-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
15-
description: (
16-
<>
17-
Docusaurus was designed from the ground up to be easily installed and
18-
used to get your website up and running quickly.
19-
</>
20-
),
21-
},
22-
{
23-
title: 'Focus on What Matters',
24-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
25-
description: (
26-
<>
27-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
28-
ahead and move your docs into the <code>docs</code> directory.
29-
</>
30-
),
31-
},
32-
{
33-
title: 'Powered by React',
34-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
35-
description: (
36-
<>
37-
Extend or customize your website layout by reusing React. Docusaurus can
38-
be extended while reusing the same header and footer.
39-
</>
40-
),
41-
},
4212
];
4313

4414
function Feature({title, Svg, description}: FeatureItem) {

0 commit comments

Comments
 (0)