Skip to content

Commit 0535011

Browse files
authored
Add missing class to Font Awesome examples (#629)
1 parent 811f1e7 commit 0535011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
"name": "GitHub",
145145
"url": "https://github.com/pradyunsg/furo",
146146
"html": "",
147-
"class": "fa-solid fa-github fa-2x",
147+
"class": "fa-brands fa-solid fa-github fa-2x",
148148
},
149149
]

docs/customisation/footer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you wish to use Font Awesome icons in the footer, it's a two step process.
8686
"name": "GitHub",
8787
"url": "https://github.com/pradyunsg/furo",
8888
"html": "",
89-
"class": "fa-solid fa-github fa-2x",
89+
"class": "fa-brands fa-solid fa-github fa-2x",
9090
},
9191
],
9292
}

0 commit comments

Comments
 (0)