Skip to content

Commit d08fa2c

Browse files
use new undraw illus.
1 parent cd8b6c5 commit d08fa2c

File tree

9 files changed

+23
-7
lines changed

9 files changed

+23
-7
lines changed

src/components/HomepageFeatures.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useColorMode } from '@docusaurus/theme-common';
77
const FeatureList = [
88
{
99
title: 'User Guide',
10-
Svg: require('@site/static/img/misc/optical_density.svg').default,
10+
Svg: require('@site/static/img/misc/undraw_scientist_ft0o.svg').default,
1111
link: "/user-guide/introduction",
1212
description: (
1313
<>
@@ -17,7 +17,7 @@ const FeatureList = [
1717
},
1818
{
1919
title: 'Developer Guide',
20-
Svg: require('@site/static/img/misc/automation.svg').default,
20+
Svg: require('@site/static/img/misc/undraw_developer_activity_re_39tg.svg').default,
2121
link: "/developer-guide/introduction",
2222
description: (
2323
<>
@@ -27,7 +27,7 @@ const FeatureList = [
2727
},
2828
{
2929
title: 'Experiments',
30-
Svg: require('@site/static/img/misc/interface.svg').default,
30+
Svg: require('@site/static/img/misc/undraw_professor_re_mj1s.svg').default,
3131
link: "/experiments/introduction",
3232
description: (
3333
<>

src/components/HomepageFeatures.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
}
77

88
.featureSvg {
9-
height: 90px;
9+
height: 130px;
1010
width: auto;
11+
margin-bottom: 10px;
1112
}

static/img/misc/undraw_developer_activity_re_39tg.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)