From bffda7b4801e623c293a1f090c37370215c40453 Mon Sep 17 00:00:00 2001 From: Anton K Date: Wed, 16 Oct 2024 18:26:20 +0200 Subject: [PATCH] FIO-9227 Fixed fontawesome fallback for help link --- src/templates/bootstrap5/iconClass.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/bootstrap5/iconClass.ts b/src/templates/bootstrap5/iconClass.ts index f86e2e7b..d99a6b0e 100644 --- a/src/templates/bootstrap5/iconClass.ts +++ b/src/templates/bootstrap5/iconClass.ts @@ -110,6 +110,7 @@ export default (iconset, name, spinning) => { biName = 'x-circle'; break; case 'new-window': + name = 'window-restore'; biName = 'window-plus'; break; case 'move':