Fix website build
This commit is contained in:
parent
c558da5beb
commit
7ed0df49d6
1 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@ import styles from './styles.module.css';
|
||||||
const FeatureList = [
|
const FeatureList = [
|
||||||
{
|
{
|
||||||
title: 'History sync',
|
title: 'History sync',
|
||||||
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
|
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -18,7 +17,6 @@ const FeatureList = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Find it fast',
|
title: 'Find it fast',
|
||||||
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
|
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -32,7 +30,6 @@ const FeatureList = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'All the data',
|
title: 'All the data',
|
||||||
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
|
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue