Update to use MooreForge Sensor Station
This commit is contained in:
parent
50cb9c2816
commit
b71b01d785
@ -7,7 +7,7 @@
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="MooreForge weather station of sensors"
|
||||
content="MooreForge station of sensors"
|
||||
/>
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
@ -23,7 +23,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>MooreForge Weather Station</title>
|
||||
<title>MooreForge Sensor Station</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "Weather Station",
|
||||
"name": "MooreForge Weather Station",
|
||||
"short_name": "Sensor Station",
|
||||
"name": "MooreForge Sensor Station",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.png",
|
||||
|
@ -6,8 +6,8 @@ import Soil from './components/soil';
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<h1 className={'header'}>MooreForge Weather Station</h1>
|
||||
<p>Welcome to the MooreForge Weather Station. While a work in progress, there are some functional sensors shown below.</p>
|
||||
<h1 className={'header'}>MooreForge Sensor Station</h1>
|
||||
<p>Welcome to the MooreForge Sensor Station. While a work in progress, there are some functional sensors shown below.</p>
|
||||
<div className={'sensors'}>
|
||||
<div className={'rainfall-gauge sensor-col'}><Rainfall /></div>
|
||||
<div className={'soil-gauge sensor-col'}><Soil /></div>
|
||||
|
Loading…
Reference in New Issue
Block a user