diff --git a/public/index.html b/public/index.html
index 2004787..020364b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,11 +7,11 @@
Livepeer Supplementary Explorer
-
+
diff --git a/src/pages/home.js b/src/pages/home.js
index d59e546..d6766d4 100644
--- a/src/pages/home.js
+++ b/src/pages/home.js
@@ -39,7 +39,7 @@ const Home = (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);
}
@@ -90,6 +90,14 @@ const Home = (obj) => {
+
+
+