From 257758a22361ee0abb771395c46c2903b151d67d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 11:53:52 -0500 Subject: [PATCH 1/3] update-tagline --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 339124c9..3d6defe6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -152,7 +152,7 @@ function Home() { /> From 70fc2dce97634c2932007865624dc525854ed91d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 16:11:10 -0500 Subject: [PATCH 2/3] This is a better word --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3d6defe6..9aa4eb6e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -49,7 +49,7 @@ const features = [ ), }, { - title: 'Extendable', + title: 'Extensible', imageUrl: 'img/homepage/extendable.svg', description: ( <> From bfd52cc00d5c2e8791312898e35c6c063560bc44 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 16:43:57 -0500 Subject: [PATCH 3/3] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cf6d3b89..875743fd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -5,7 +5,7 @@ require('dotenv').config(); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Meshtastic', - tagline: 'Open Source hiking, pilot, skiing and secure GPS mesh communicator', + tagline: 'An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices', url: 'https://meshtastic.org', baseUrl: '/', onBrokenLinks: 'throw',