Skip to content

Commit

Permalink
Update link to IM from Matrix to Discord (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham authored Nov 29, 2023
1 parent 32075fc commit 3dafb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = () => (
<Link className="btn btn-outline btn-floating m-1" to="https://github.com/tweag/nickel/discussions" role="button"
><FontAwesomeIcon color="black" icon={faComments}/></Link>

<Link className="btn btn-outline btn-floating m-1" to="https://matrix.to/#/#nickel-lang:matrix.org" role="button"
<Link className="btn btn-outline btn-floating m-1" to="https://discord.gg/vYDnJYBmax" role="button"
><FontAwesomeIcon color="black" icon={faMessage}/></Link>

<Link className="btn btn-outline-dark btn-floating m-1 ml-4" to="#" role="button"
Expand Down

0 comments on commit 3dafb6f

Please sign in to comment.