Skip to content

Commit ab571d1

Browse files
authored
Merge pull request #82 from Project-Babble/main
correct OSI error
2 parents 7f60636 + 5c8b952 commit ab571d1

5 files changed

+122
-109
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
1111
title: 'Babble Docs',
12-
tagline: 'Open-source and DIY friendly VR mouth tracking ecosystem.',
12+
tagline: 'Source-available and DIY friendly VR mouth tracking ecosystem.',
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here

src/components/HomepageFeatures/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import styles from './styles.module.css';
44

55
const FeatureList = [
66
{
7-
title: 'Open Source',
7+
title: 'Source Available',
88
Svg: require('@site/static/svg/BabbleFinalLogoNoBGOpenSourceSeafoam.svg').default,
99

1010
description: (
1111
<>
12-
Fully open source and free to use.
12+
Fully source available and free to use.
1313
</>
1414
),
1515
},
@@ -27,8 +27,8 @@ const FeatureList = [
2727
Svg: require('@site/static/svg/network-transmit-receive-symbolicSeafoam.svg').default,
2828
description: (
2929
<>
30-
Open platform and acces
31-
sible with any Social VR game via the Open Sound Control protocol.
30+
Open platform and accessible with any Social VR game via the Open Sound
31+
Control protocol.
3232
</>
3333
),
3434
},
Loading

0 commit comments

Comments
 (0)