From 70a2923fe15aa3d71dd88a2aa3f13b5f94b0374a Mon Sep 17 00:00:00 2001 From: John | Elite Encoder Date: Tue, 8 Sep 2026 13:39:29 -0400 Subject: [PATCH] Update branding URLs for Auth0 integration to point to the early access Livepeer site. Changed logo and favicon URLs in branding.json and theme.json for consistency across branding assets. --- branding/auth0/branding.json | 4 ++-- branding/auth0/theme.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/branding/auth0/branding.json b/branding/auth0/branding.json index 9525777f..a3e37af5 100644 --- a/branding/auth0/branding.json +++ b/branding/auth0/branding.json @@ -1,6 +1,6 @@ { - "logo_url": "https://livepeer-console.vercel.app/icon.svg", - "favicon_url": "https://livepeer-console.vercel.app/icon.svg", + "logo_url": "https://earlyaccess.livepeer.org/icon.svg", + "favicon_url": "https://earlyaccess.livepeer.org/icon.svg", "colors": { "primary": "#111111", "page_background": "#FFFFFF" diff --git a/branding/auth0/theme.json b/branding/auth0/theme.json index 5732ed20..0c30da3e 100644 --- a/branding/auth0/theme.json +++ b/branding/auth0/theme.json @@ -44,7 +44,7 @@ }, "widget": { "logo_position": "center", - "logo_url": "https://livepeer-console.vercel.app/icon.svg", + "logo_url": "https://earlyaccess.livepeer.org/icon.svg", "logo_height": 36, "header_text_alignment": "center", "social_buttons_layout": "bottom"