Skip to content

Commit

Permalink
Fix wrong usage of FontAwesomeIcon
Browse files Browse the repository at this point in the history
This change was actually missing from commit 7ec9266
  • Loading branch information
pgiraud committed Oct 10, 2024
1 parent 26825f0 commit 0bde3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlanStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function averageIO(node: Node) {
class="bg-transparent border-0 p-0 m-0 ps-1"
>
<FontAwesomeIcon
icon="caret-down"
:icon="faCaretDown"
class="text-secondary"
></FontAwesomeIcon>
</button>
Expand Down

0 comments on commit 0bde3e9

Please sign in to comment.