Skip to content

Commit

Permalink
[BUGFIX] Change the minus/plus pro FA icon class to the free icon cla…
Browse files Browse the repository at this point in the history
…ss (#2592)

Co-authored-by: Jonathan Pelchat <[email protected]>
  • Loading branch information
jonathanpel and Jonathan Pelchat authored Dec 15, 2024
1 parent 4417e69 commit 7701717
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<f:link.page title="{category.item.title}" pageUid="{settings.listPid}"
additionalParams="{n:multiCategoryLink.arguments(mode:'remove',item:category.item.uid,list:overwriteDemand.categories)}">
<button type="button" class="btn btn-primary active"><i class="far fa-minus"></i></button>
<button type="button" class="btn btn-primary active"><i class="fas fa-minus"></i></button>
</f:link.page>
</div>
</f:then>
Expand All @@ -41,7 +41,7 @@
</f:link.page>
<f:link.page title="{category.item.title}" pageUid="{settings.listPid}"
additionalParams="{n:multiCategoryLink.arguments(mode:'add',item:category.item.uid,list:overwriteDemand.categories)}">
<button type="button" class="btn btn-primary"><i class="far fa-plus"></i></button>
<button type="button" class="btn btn-primary"><i class="fas fa-plus"></i></button>
</f:link.page>
</div>
</f:else>
Expand Down

0 comments on commit 7701717

Please sign in to comment.