Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dinki authored Sep 7, 2024
1 parent f3a525e commit bce6b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Bring Your Own Device',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/undraw_devices.svg').default,
description: (
<>
Android tablet, Wyoming satellite, ESPHome, PC, phone, or any other device,
Expand All @@ -15,7 +15,7 @@ const FeatureList = [
},
{
title: 'Build Your Own Dashboard',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/undraw_add_information.svg').default,
description: (
<>
Customizable and capable of integrating with existing dashboards, View Assist
Expand All @@ -24,8 +24,8 @@ const FeatureList = [
),
},
{
title: 'Extend Your Own Voice',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: 'Extend Your Voice',
Svg: require('@site/static/img/undraw_collaborators_re_hont.svg').default,
description: (
<>
Use ready-made custom sentences, blueprints and views to enhance your voice powered
Expand Down

0 comments on commit bce6b92

Please sign in to comment.