Skip to content

Commit

Permalink
ui(footer): add matrix link (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes authored Sep 4, 2024
1 parent bbf72b9 commit 2494a8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ export default function Footer() {
>
<Sprite symbol="github" width="18px" height="18px" />
</a>
<a
href="https://matrix.to/#/%23jam:bitcoin.kyoto"
target="_blank"
rel="noopener noreferrer"
className="d-flex align-items-center text-secondary"
>
<Sprite symbol="matrix" width="18px" height="18px" />
</a>
<a
href="https://t.me/JoinMarketWebUI"
target="_blank"
Expand Down

0 comments on commit 2494a8c

Please sign in to comment.