Merge pull request #159 from ZJvandeWeg/zj-fix-footer
fix: Update footer URL path to existing branch
This commit is contained in:
commit
f8d5ab2b69
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user