From caf84d26b1fd705b32cb2c29bc2750805ff691f7 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sat, 24 Aug 2024 08:15:20 -0700 Subject: [PATCH] fix: updated wrongful site data & name in addition with node package name --- package-lock.json | 4 ++-- public/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@
-

oPwnGRID - Homepage

+

Shikigrid - Homepage

@@ -129,7 +129,7 @@

- Welcome to Opwngrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors here + Welcome to shikigrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors here