Skip to content

Commit 2e9b5b8

Browse files
committed
fix: use correct matrix link
1 parent 9ed9dcb commit 2e9b5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const config: Config = {
123123
items: [
124124
{
125125
label: "Matrix",
126-
href: "https://app.element.io/?updated=1.11.32#/room/#trustification:matrix.org",
126+
href: "https://matrix.to/#/#trustification:matrix.org",
127127
},
128128
],
129129
},

src/components/Hero/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Hero = () => {
2727
Give it a try
2828
</a>
2929
<a
30-
href="https://app.element.io/?updated=1.11.32#/room/#trustification:matrix.org"
30+
href="https://matrix.to/#/#trustification:matrix.org"
3131
target="_blank"
3232
rel="noopener noreferrer"
3333
className="px-8 py-4 text-lg font-medium text-center text-gray-900 inline-flex border border-gray-300 rounded-lg hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:text-white dark:border-gray-700 dark:hover:bg-gray-700 dark:focus:ring-gray-800 border-solid"

0 commit comments

Comments
 (0)