diff --git a/README.md b/README.md
index 63c3a0f..de560fb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# connectbox-reports
+# waypoint-reports
Simple reports viewer for Connectbox-pi build with Create React App
@@ -9,7 +9,7 @@ Simple reports viewer for Connectbox-pi build with Create React App
## Development
```
-git clone git@github.com:ConnectBox/connectbox-reports.git
+git clone git@github.com:kirkdwilson/MV-WayPoint/connectbox-reports.git
cd connectbox-reports
npm install
npm run start
diff --git a/public/index.html b/public/index.html
index fc190c8..2907fb4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,7 +20,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`.
-->
-
Connectbox Reports
+ WayPoint Reports
diff --git a/public/manifest.json b/public/manifest.json
index eed33c8..277548a 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "Connectbox Reports",
- "name": "Connectbox reporting",
+ "short_name": "WayPoint Reports",
+ "name": "WayPoint reporting",
"icons": [
{
"src": "favicon.ico",
diff --git a/public/stats.json b/public/stats.json
index be249fd..fd15ff0 100644
--- a/public/stats.json
+++ b/public/stats.json
@@ -12,7 +12,7 @@
"count": 4
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 3
},
{
@@ -33,7 +33,7 @@
"count": 14
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 13
},
{
@@ -60,7 +60,7 @@
"count": 184
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 145
},
{
@@ -81,7 +81,7 @@
"count": 212
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 150
},
{
@@ -104,7 +104,7 @@
"count": 45
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 32
},
{
@@ -125,7 +125,7 @@
"count": 35
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 25
},
{
diff --git a/public/stats.top10.json b/public/stats.top10.json
index 861903e..c559047 100644
--- a/public/stats.top10.json
+++ b/public/stats.top10.json
@@ -9,7 +9,7 @@
"count": 5
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 2
},
{
@@ -31,7 +31,7 @@
"count": 89
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 77
},
{
@@ -49,7 +49,7 @@
"count": 25
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 17
},
{
@@ -67,7 +67,7 @@
"count": 432
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 233
},
{
@@ -85,7 +85,7 @@
"count": 22
},
{
- "resource": "/content/static-site-assets/connectbox-static.css",
+ "resource": "/content/static-site-assets/waypoint-static.css",
"count": 18
},
{
diff --git a/published/index.html b/published/index.html
index a3c0921..280e9d6 100644
--- a/published/index.html
+++ b/published/index.html
@@ -1 +1 @@
-Connectbox Reports You need to enable JavaScript to run this app.
\ No newline at end of file
+WayPoint Reports You need to enable JavaScript to run this app.
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index b0ba572..a09e484 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1335,8 +1335,8 @@ classnames@^2.2.5:
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d"
clean-css@4.1.x:
- version "4.1.9"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.9.tgz#35cee8ae7687a49b98034f70de00c4edd3826301"
+ version "4.1.11"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
dependencies:
source-map "0.5.x"