From 99e9b4099e362cde40a891e8894d28851d12057c Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Fri, 15 Sep 2023 10:12:44 +0200 Subject: [PATCH] Switch to matrix chat --- components/RouteRecap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/RouteRecap.vue b/components/RouteRecap.vue index 77edefe..6ed70fc 100644 --- a/components/RouteRecap.vue +++ b/components/RouteRecap.vue @@ -49,8 +49,8 @@ const routesGroup = [ external: true, }, { - label: "Gitter", - url: "https://gitter.im/brightway-lca/brightcon", + label: "Matrix", + url: "https://app.element.io/#/room/%23brightway/brightcon:matrix.org", external: true, }, ],