nframe -> stronk

This commit is contained in:
Marco van Dijk 2023-04-24 12:47:29 +02:00
parent 934ff8cef8
commit 970f11f990
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"short_name": "LivepeerEvents", "short_name": "LivepeerEvents",
"name": "nframe.nl", "name": "stronk.rocks",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",

View File

@ -107,8 +107,8 @@ const EventButtonAddress = (obj) => {
// Hardcoded Chad substitution // Hardcoded Chad substitution
if (thisAvatar == "" && orchInfo.avatar){ if (thisAvatar == "" && orchInfo.avatar){
let thisUrl = orchInfo.avatar.url; let thisUrl = orchInfo.avatar.url;
if (thisUrl == "https://nframe.nl/avatar.png"){ if (thisUrl == "https://stronk.rocks/avatar.png"){
thisUrl = "https://nframe.nl/avatar.png?" + performance.now(); thisUrl = "https://stronk.rocks/avatar.png?" + performance.now();
} }
setAvatar(thisUrl); setAvatar(thisUrl);
} }

View File

@ -19,7 +19,7 @@ const Grafana = (obj) => {
if (thisChad == ""){ if (thisChad == ""){
const randomChad = performance.now(); const randomChad = performance.now();
const chadSource = "https://nframe.nl/avatar.png?" + randomChad; const chadSource = "https://stronk.rocks/avatar.png?" + randomChad;
setChad(chadSource); setChad(chadSource);
} }

View File

@ -163,7 +163,7 @@ const Home = (obj) => {
/> />
</div> </div>
<h6 className="lightText"> <h6 className="lightText">
nframe.nl stronk.rocks
</h6> </h6>
</div> </div>
</div> </div>

View File

@ -49,7 +49,7 @@ const Livepeer = (obj) => {
if (thisChad == ""){ if (thisChad == ""){
const randomChad = performance.now(); const randomChad = performance.now();
const chadSource = "https://nframe.nl/avatar.png?" + randomChad; const chadSource = "https://stronk.rocks/avatar.png?" + randomChad;
setChad(chadSource); setChad(chadSource);
} }