Skip to content

Commit

Permalink
fix typo in chat urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Sep 16, 2023
1 parent 6726249 commit e9058df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</NuxtLink>
</div>
<NuxtLink
to="https://app.element.io/#/room/#brightway/brightcon:matrix.org"
to="https://app.element.io/#/room/#brightcon-tech:matrix.org"
class="button primary outline"
>
Conference tech support
Expand Down
2 changes: 1 addition & 1 deletion components/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit e9058df

Please sign in to comment.