Skip to content

Commit

Permalink
FIX: arrow left
Browse files Browse the repository at this point in the history
  • Loading branch information
lis2 committed Feb 14, 2024
1 parent 19c16b9 commit 96ab6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client-app/app/templates/components/back-to-site-link.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{#if this.shouldDisplay}}
<div id="back-to-site-panel">
<a href={{@path}} rel="noopener noreferrer">
<FaIcon @icon="arrow-left" />
{{@text}}
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions client-app/config/icons.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = function () {
return {
"free-solid-svg-icons": [
"arrow-left",
"check-square",
"trash-alt",
"ellipsis-h",
Expand Down

0 comments on commit 96ab6f2

Please sign in to comment.