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",
"name": "nframe.nl",
"name": "stronk.rocks",
"icons": [
{
"src": "favicon.ico",

View File

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

View File

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

View File

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

View File

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