diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:34:14 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:34:14 +0000 |
| commit | 7ed0df49d6b5be83bbf54f492d4d90bb0231edbf (patch) | |
| tree | fa02c2959c9be4e946b3d56a99df11a6e2784424 /docs/src/components | |
| parent | Add fancy web docs (#725) (diff) | |
| download | atuin-7ed0df49d6b5be83bbf54f492d4d90bb0231edbf.zip | |
Fix website build
Diffstat (limited to 'docs/src/components')
| -rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index c242c798..ac909c88 100644 --- a/docs/src/components/HomepageFeatures/index.js +++ b/docs/src/components/HomepageFeatures/index.js @@ -5,7 +5,6 @@ import styles from './styles.module.css'; const FeatureList = [ { title: 'History sync', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> <ul> @@ -18,7 +17,6 @@ const FeatureList = [ }, { title: 'Find it fast', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> <ul> @@ -32,7 +30,6 @@ const FeatureList = [ }, { title: 'All the data', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> <ul> |
