Skip to content

Commit

Permalink
FIO-9226 Fixed tooltips when fontawesome fallback is used (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonSoftensity authored Oct 17, 2024
1 parent c8d5ca5 commit 25cb801
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 @@ -104,6 +104,7 @@ export default (iconset, name, spinning) => {
biName = 'plus-lg';
break;
case 'question-sign':
name = 'question-circle';
biName = 'question-circle';
break;
case 'remove-circle':
Expand Down

0 comments on commit 25cb801

Please sign in to comment.