From 21bcf590a141d6da43cc9ac42188fabe6a0f8323 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Thu, 24 Jul 2025 13:37:38 +0000 Subject: [PATCH] help-beta: Use `zulip-unplugin-icon` class for font awesome icons. --- help-beta/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help-beta/astro.config.mjs b/help-beta/astro.config.mjs index 143ef96be9..e73d807ba2 100644 --- a/help-beta/astro.config.mjs +++ b/help-beta/astro.config.mjs @@ -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.