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.