From c8d5ca56ec2421e4fd47eae463ea0f0e122fde02 Mon Sep 17 00:00:00 2001 From: antonSoftensity <61691723+antonSoftensity@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:36:32 +0200 Subject: [PATCH] FIO-9227 Fixed fontawesome fallback for help link (#108) --- 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':