help-beta: Use zulip-unplugin-icon class for font awesome icons.

This commit is contained in:
Shubham Padia
2025-07-24 13:37:38 +00:00
committed by Tim Abbott
parent c082c9875a
commit 21bcf590a1

View File

@@ -30,7 +30,7 @@ export default defineConfig({
},
},
iconCustomizer(collection, _icon, props) {
if (collection === "zulip-icon") {
if (collection === "zulip-icon" || collection === "fa") {
// We need to override some default starlight behaviour to make
// icons look nice, see the css for this class to see the reasoning
// for each individual override of the default css.