DEV: Update deprecated Font Awesome icon names (#251)

This commit is contained in:
Kelv 2024-12-04 09:36:19 +08:00 committed by GitHub
parent 692f410ab5
commit 9263d97d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
< 3.4.0.beta2-dev: 692f410ab59e329d0aaf537cd772698f83c32a8a
< 3.4.0.beta1-dev: bb96d77056a9ef842e01e46fd980320d427073ad
< 3.3.0.beta1-dev: 0dcf17de59bdf82c0233bb630dad0ce407d1ae76
3.1.999: c4f8220a5572ef9a42a9a71500e001d0df206c43

View File

@ -51,7 +51,7 @@
@model={{product.id}}
class="btn no-text btn-icon"
>
{{d-icon "far-edit"}}
{{d-icon "far-pen-to-square"}}
</LinkTo>
<DButton

View File

@ -119,7 +119,7 @@
@models={{array this.model.product.id plan.id}}
class="btn no-text btn-icon"
>
{{d-icon "far-edit"}}
{{d-icon "far-pen-to-square"}}
</LinkTo>
</td>
</tr>