From a9f1da51c69b8cba3be89b5b35d47ed9b2ced4fc Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Tue, 28 May 2024 19:06:07 -0500 Subject: [PATCH] replace index --- data.json | 2 +- widget/Index.jsx | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/data.json b/data.json index 6c368fb..8cb58b4 100644 --- a/data.json +++ b/data.json @@ -1,3 +1,3 @@ { - "trylivepeer.testnet": {} + "trylivepeer.near": {} } diff --git a/widget/Index.jsx b/widget/Index.jsx index b18000c..a905a68 100644 --- a/widget/Index.jsx +++ b/widget/Index.jsx @@ -11,15 +11,17 @@ const config = {
-

trylivepeer

+ +

trylivepeer

+
- + - + - +
@@ -40,7 +42,7 @@ const config = { router: { param: "page", routes: { - index: { + Index: { path: "${config_account}/widget/page.home", // edit this locally blockHeight: "final", init: { @@ -56,7 +58,7 @@ const config = { }, }, library: { - path: "${config_account}/widget/Library.index", + path: "${config_account}/widget/Library.Index", blockHeight: "final", init: { name: "Library",