From b71b01d785a30bbc5d14e6cb0e8a55c39423275a Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 19 Jan 2023 17:21:22 -0600 Subject: [PATCH] Update to use MooreForge Sensor Station --- public/index.html | 4 ++-- public/manifest.json | 4 ++-- src/App.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 6250e03..dac2dfa 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - MooreForge Weather Station + MooreForge Sensor Station diff --git a/public/manifest.json b/public/manifest.json index 7f6a9f2..798cb78 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Weather Station", - "name": "MooreForge Weather Station", + "short_name": "Sensor Station", + "name": "MooreForge Sensor Station", "icons": [ { "src": "favicon.png", diff --git a/src/App.tsx b/src/App.tsx index 679486f..c085d4b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,8 +6,8 @@ import Soil from './components/soil'; function App() { return (
-

MooreForge Weather Station

-

Welcome to the MooreForge Weather Station. While a work in progress, there are some functional sensors shown below.

+

MooreForge Sensor Station

+

Welcome to the MooreForge Sensor Station. While a work in progress, there are some functional sensors shown below.