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",
|
||||
"name": "nframe.nl",
|
||||
"name": "stronk.rocks",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -163,7 +163,7 @@ const Home = (obj) => {
|
||||
/>
|
||||
</div>
|
||||
<h6 className="lightText">
|
||||
nframe.nl
|
||||
stronk.rocks
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user