From 472e161eeb39a8cb1d4b50a98fdf94cd096d935e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20NAVARRETE=20GUTI=C3=89RREZ?= Date: Sat, 16 Sep 2023 10:35:06 +0200 Subject: [PATCH] fix link in footer --- components/RouteRecap.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/components/RouteRecap.vue b/components/RouteRecap.vue index 6ed70fc..29f81be 100644 --- a/components/RouteRecap.vue +++ b/components/RouteRecap.vue @@ -49,8 +49,13 @@ const routesGroup = [ external: true, }, { - label: "Matrix", - url: "https://app.element.io/#/room/%23brightway/brightcon:matrix.org", + label: "Conference chat", + url: "https://app.element.io/#/room/#brightway/brightcon:matrix.org", + external: true, + }, + { + label: "Conference tech support", + url: "https://app.element.io/#/room/#brightcon-tech:matrix.org", external: true, }, ],