From bb5107a60bd498e6e7323c31a620dbfbe187df05 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 9 Jul 2020 18:25:03 +0100 Subject: [PATCH] Change default brand name --- src/SdkConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SdkConfig.ts b/src/SdkConfig.ts index 6df63b10e8..b914aaaf6d 100644 --- a/src/SdkConfig.ts +++ b/src/SdkConfig.ts @@ -21,7 +21,7 @@ export interface ConfigOptions { export const DEFAULTS: ConfigOptions = { // Brand name of the app - brand: "Riot", + brand: "Element", // URL to a page we show in an iframe to configure integrations integrations_ui_url: "https://scalar.vector.im/", // Base URL to the REST interface of the integrations server