Skip to content

Commit

Permalink
FIO-9227 Fixed fontawesome fallback for help link (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonSoftensity authored Oct 17, 2024
1 parent 63618bf commit c8d5ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/bootstrap5/iconClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit c8d5ca5

Please sign in to comment.