1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 08:07:37 +03:00

Discussions now points to gihtub discussions

This commit is contained in:
Rok Garbas 2021-06-29 11:36:25 +02:00
parent 7179026096
commit 9d4c4bbe56
No known key found for this signature in database
GPG Key ID: A0E01EF44C27BF00

View File

@ -5,7 +5,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import {
faGithub,
faTwitter,
faDiscourse,
faComment,
} from "@fortawesome/free-brands-svg-icons";
import {
faArrowUp
@ -18,11 +18,11 @@ const Footer = () => (
<Link className="btn btn-outline-light btn-floating m-1" to="https://twitter.com/nickel_lang" role="button"
><FontAwesomeIcon icon={faTwitter}/></Link>
<Link className="btn btn-outline-light btn-floating m-1" to="https://github.com/tweag/nickel/" role="button"
<Link className="btn btn-outline-light btn-floating m-1" to="https://github.com/tweag/nickel" role="button"
><FontAwesomeIcon icon={faGithub}/></Link>
<Link className="btn btn-outline-light btn-floating m-1" to="#" role="button"
><FontAwesomeIcon icon={faDiscourse}/></Link>
<Link className="btn btn-outline-light btn-floating m-1" to="https://github.com/tweag/nickel/discussions" role="button"
><FontAwesomeIcon icon={faComment}/></Link>
<Link className="btn btn-outline-light btn-floating m-1 ml-4" to="#" role="button"
><FontAwesomeIcon icon={faArrowUp}/></Link>
@ -36,4 +36,4 @@ const Footer = () => (
</footer>
)
export default Footer
export default Footer