Skip to content

Commit

Permalink
Add missing class to Font Awesome examples (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 26, 2023
1 parent 811f1e7 commit 0535011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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",
},
]
2 changes: 1 addition & 1 deletion docs/customisation/footer.md
Expand Up @@ -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",
},
],
}
Expand Down

0 comments on commit 0535011

Please sign in to comment.