Skip to content

Commit

Permalink
fix: share, social-share, and arrow-up icons use correct Font Awesome…
Browse files Browse the repository at this point in the history
… fallback
  • Loading branch information
Blackbaud-TrevorBurch committed Feb 27, 2024
1 parent bf3f8f3 commit 372d317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{
"name": "arrow-up-line",
"usage": ["Arrow up"],
"faNames": ["fa-arrow-up"]
"faNames": ["arrow-up"]
},
{
"name": "ellipsis",
Expand Down Expand Up @@ -619,12 +619,12 @@
{
"name": "social-share-line",
"usage": ["Social share"],
"faNames": ["fa-share-alt"]
"faNames": ["share-alt"]
},
{
"name": "share-line",
"usage": ["Share"],
"faNames": ["fa-share"]
"faNames": ["share"]
},
{
"name": "talk-bubbles-line",
Expand Down

0 comments on commit 372d317

Please sign in to comment.