diff --git a/package-lock.json b/package-lock.json
index dfb405b..3bfacbc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "opwngrid-frontend",
+ "name": "shikigrid-frontend",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "opwngrid-frontend",
+ "name": "shikigrid-frontend",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
diff --git a/public/index.html b/public/index.html
index 5443561..90c2073 100644
--- a/public/index.html
+++ b/public/index.html
@@ -27,7 +27,7 @@
$.get("https://grid-api.toshiki.dev/api/v1/total", function (data) {
$.get("https://grid-api.toshiki.dev/api/v1/total/aps", function (data2) {
document.getElementById("landString").innerHTML =
- `${data.total} total units joined oPwnGRID so far
from ${data.countries} different countries
with ${data2.total} total APs reported.`;
+ `${data.total} total units joined shikigrid so far
from ${data.countries} different countries
with ${data2.total} total APs reported.`;
//console.log(data)
})
});
@@ -121,7 +121,7 @@