From 05350110cf02d033ebb57147eb54e9371a63545a Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:21:19 +0200 Subject: [PATCH] Add missing class to Font Awesome examples (#629) --- docs/conf.py | 2 +- docs/customisation/footer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 479f78426..238084a71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,6 +144,6 @@ "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", }, ] 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", }, ], }