Skip to content

Commit

Permalink
chore: Add link to matrix (wintercg#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashrock committed Nov 26, 2022
1 parent b9a80fa commit 4493c6e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 10 additions & 1 deletion main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,16 @@ function Logos() {

function Footer() {
return (
<footer class="mt-16 text-center border-t-1 border-gray-100 p-4">
<footer class="mt-16 text-center border-t-1 border-gray-100 p-4 space-y-4">
<p>
<a href="https://matrix.to/#/#wintercg:matrix.org">
<img
class="h-6 inline-block"
src="/static/logos/matrix.svg"
alt="Chat with us on Matrix"
/>
</a>
</p>
<p class="text-sm text-gray-600">
Copyright © WinterCG. This work is licensed under the{" "}
<a
Expand Down
6 changes: 6 additions & 0 deletions static/logos/matrix.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4493c6e

Please sign in to comment.