From e9058df56ce5bbdb8e4c53902868da62cde36845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20NAVARRETE=20GUTI=C3=89RREZ?= Date: Sat, 16 Sep 2023 10:22:10 +0200 Subject: [PATCH] fix typo in chat urls --- components/LandingPage.vue | 2 +- components/routes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/LandingPage.vue b/components/LandingPage.vue index 078d40c..ff72fdf 100644 --- a/components/LandingPage.vue +++ b/components/LandingPage.vue @@ -29,7 +29,7 @@ Conference tech support diff --git a/components/routes.ts b/components/routes.ts index 9c42721..9728659 100644 --- a/components/routes.ts +++ b/components/routes.ts @@ -35,7 +35,7 @@ const routes = [ }, { label: "Conference tech support", - url: "https://app.element.io/#/room/#brightway/brightcon:matrix.org", + url: "https://app.element.io/#/room/#brightcon-tech:matrix.org", external: true, }, ],