Skip to content

Commit

Permalink
Matrix fix (#59)
Browse files Browse the repository at this point in the history
* Fix broken Matrix ID

Also "fixed" some quotes, and minor changes

* Fixed my fix (…)
  • Loading branch information
AntoninDelFabbro authored Feb 23, 2025
1 parent 89173b7 commit 3e4527f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/includes/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<div class="px-5 container mx-auto flex items-center justify-between">
<div>
<p class="py-3">This site is released under the MIT license.</p>
<p class="py-2"> The source code for the site can be found on the <a href='http://github.com/FreeTubeApp/FreeTubeApp.io' class="text-gray-200">FreeTubeApp.io GitHub Repo</a>.</p>
<p class="py-2">The source code for the site can be found on the <a href="http://github.com/FreeTubeApp/FreeTubeApp.io" class="text-gray-200">FreeTubeApp.io GitHub repository</a>.</p>
</div>
<div>
<nav class="flex">
<a href='https://github.com/FreeTubeApp/FreeTube' title="GitHub Repository" aria-label="GitHub Repository">
<a href="https://github.com/FreeTubeApp/FreeTube" title="GitHub Repository" aria-label="GitHub Repository">
<i class="fab fa-github icon"></i>
</a>
<a href='https://matrix.to/#/+freetube:matrix.org' title="Chat with Matrix" aria-label="Chat with Matrix">
<a href="https://matrix.to/#/#freetube:matrix.org" title="Chat with Matrix" aria-label="Chat with Matrix">
<i class="fas fa-comment icon"></i>
</a>
<a href='https://blog.freetubeapp.io' title="Blog" aria-label="Blog">
<a href="https://blog.freetubeapp.io" title="Blog" aria-label="Blog">
<i class="fas fa-blog icon"></i>
</a>
<a href='https://docs.freetubeapp.io' title="Documentation" aria-label="Documentation">
<a href="https://docs.freetubeapp.io" title="Documentation" aria-label="Documentation">
<i class="fas fa-file-alt icon"></i>
</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<span class="ml-5">[email protected]</span>
</a>
<span class="my-3 block"></span>
<a href="https://matrix.to/#/+freetube:matrix.org">
<a href="https://matrix.to/#/#freetube:matrix.org">
<i class="fas fa-comments text-xl"></i>
<span class="ml-5">FreeTube on Matrix</span>
</a>
Expand Down

0 comments on commit 3e4527f

Please sign in to comment.