From 9d4c4bbe5628c2e3da35cc7e2ae9ce486e961af3 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Tue, 29 Jun 2021 11:36:25 +0200 Subject: [PATCH] Discussions now points to gihtub discussions --- website/src/components/footer.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/components/footer.js b/website/src/components/footer.js index 9dd82023..ea92b43a 100644 --- a/website/src/components/footer.js +++ b/website/src/components/footer.js @@ -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 = () => ( - - + @@ -36,4 +36,4 @@ const Footer = () => ( ) -export default Footer \ No newline at end of file +export default Footer