Skip to content
Snippets Groups Projects
Unverified Commit f8d5ab2b authored by Matthew Hodgson's avatar Matthew Hodgson Committed by GitHub
Browse files

Merge pull request #159 from ZJvandeWeg/zj-fix-footer

fix: Update footer URL path to existing branch
parents a8e33b22 980efb9e
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ const Footer: React.FC = () => {
<div className="footer">
<a href="https://github.com/matrix-org/matrix.to">GitHub</a>
{' · '}
<a href="https://github.com/matrix-org/matrix.to/tree/matrix-two/src/clients">
<a href="https://github.com/matrix-org/matrix.to/tree/main/src/clients">
Add your client
</a>
{clear}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment