From 556f975552982b6f5560bcbad9749b3d42eb6788 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 9 Nov 2022 17:23:22 -0500 Subject: [PATCH] Actually remove Matrix Video Chat branding for real --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index 793021e..11361e1 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -31,7 +31,7 @@ import { Initializer } from "./initializer"; initRageshake(); -console.info(`matrix-video-chat ${import.meta.env.VITE_APP_VERSION || "dev"}`); +console.info(`Element Call ${import.meta.env.VITE_APP_VERSION || "dev"}`); const root = createRoot(document.getElementById("root")!);