Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Footer = ({ data }) => {
</a>

<a
href="https://matrix.to/#/+nannou:matrix.org"
aria-label="Matrix"
href="https://matrix.to/#/!YGozjjyCcWclgcRQUL:matrix.org?via=matrix.org&via=fairydust.space&via=systemli.org"
aria-label="Matrix Space"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions src/components/footer_home_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const FooterHomePage = ({ data }) => {
</a>

<a
href="https://matrix.to/#/+nannou:matrix.org"
aria-label="Matrix"
href="https://matrix.to/#/!YGozjjyCcWclgcRQUL:matrix.org?via=matrix.org&via=fairydust.space&via=systemli.org"
aria-label="Matrix Space"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const IndexPage = ({ data }, props) => {
<a href="https://communityinviter.com/apps/nannou/nannou-slack">
the nannou slack
</a> or{" "}
<a href="https://matrix.to/#/+nannou:matrix.org">
<a href="https://matrix.to/#/!YGozjjyCcWclgcRQUL:matrix.org?via=matrix.org&via=fairydust.space&via=systemli.org">
the nannou matrix community
</a>
.
Expand Down