Merge pull request #159 from ZJvandeWeg/zj-fix-footer
fix: Update footer URL path to existing branch
This commit is contained in:
commit
f8d5ab2b69
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const Footer: React.FC = () => {
|
||||||
<div className="footer">
|
<div className="footer">
|
||||||
<a href="https://github.com/matrix-org/matrix.to">GitHub</a>
|
<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
|
Add your client
|
||||||
</a>
|
</a>
|
||||||
{clear}
|
{clear}
|
||||||
|
|
Loading…
Reference in a new issue