Skip to content

Commit

Permalink
fix link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Sep 16, 2023
1 parent e9058df commit 472e161
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/RouteRecap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit 472e161

Please sign in to comment.