mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
nframe -> stronk
This commit is contained in:
parent
934ff8cef8
commit
970f11f990
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "LivepeerEvents",
|
"short_name": "LivepeerEvents",
|
||||||
"name": "nframe.nl",
|
"name": "stronk.rocks",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user