Skip to content

Commit

Permalink
correct icon path.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jul 3, 2024
1 parent 9fc97b2 commit 805310d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
data-test-update-email
>
<FaIcon
@icon="arrow-circle-up"
@icon="circle-arrow-up"
class="yes"
@title={{t "general.update"}}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/app/templates/pending-user-updates.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
data-test-update-email
>
<FaIcon
@icon="arrow-circle-up"
@icon="circle-arrow-up"
class="yes"
@title={{t "general.update"}}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/config/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ module.exports = function () {
'angle-down',
'angle-left',
'angle-right',
'arrow-circle-up',
'asterisk',
'bars',
'bold',
'book',
'calendar',
'chevron-right',
'circle-arrow-up',
'face-meh',
'file-lines',
'gears',
Expand Down

0 comments on commit 805310d

Please sign in to comment.