From 7c9d877dd4fa577286496ddbb47cc93703e9b6e5 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 2 Mar 2023 01:37:26 +0100 Subject: [PATCH] docs/customisation/footer/font-awesome: add missing class --- docs/customisation/footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customisation/footer.md b/docs/customisation/footer.md index 8c424ce7e..763af0530 100644 --- a/docs/customisation/footer.md +++ b/docs/customisation/footer.md @@ -86,7 +86,7 @@ If you wish to use Font Awesome icons in the footer, it's a two step process. "name": "GitHub", "url": "https://github.com/pradyunsg/furo", "html": "", - "class": "fa-solid fa-github fa-2x", + "class": "fa-brands fa-solid fa-github fa-2x", }, ], }