Skip to content

Commit

Permalink
FIO-9169 Changed fontawesome name of move icon (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonSoftensity authored Oct 10, 2024
1 parent 505540a commit 8fe48d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/bootstrap5/builderComponent/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
class="btn btn-xxs btn-default component-settings-button component-settings-button-move"
ref="moveComponent"
>
<i class="{{ctx.iconClass('arrows')}}"></i>
<i class="{{ctx.iconClass('move')}}"></i>
</div>
{% if (!(ctx.design && ctx.childComponent.type === 'reviewpage')) { %}
<div
Expand Down
3 changes: 2 additions & 1 deletion src/templates/bootstrap5/iconClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export default (iconset, name, spinning) => {
case 'new-window':
biName = 'window-plus';
break;
case 'arrows':
case 'move':
name = 'arrows';
biName = 'arrows-move';
break;
case 'edit':
Expand Down

0 comments on commit 8fe48d1

Please sign in to comment.