Skip to content

Commit

Permalink
Update FontAwesomeSvg.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinion authored May 4, 2022
1 parent c40bf1c commit fe56683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FontAwesome6.Svg.Net/FontAwesomeSvg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class FontAwesomeSvg
static FontAwesomeSvg()
{
#if !FontAwesomePro
LoadFromResource("FontAwesome6.Svg.Net.Data.FontAwesomeSvg.all.json", typeof(FontAwesomeSvg).Assembly);
LoadFromResource("FontAwesome6.Svg.Data.FontAwesomeSvg.all.json", typeof(FontAwesomeSvg).Assembly);
#endif
}

Expand Down

0 comments on commit fe56683

Please sign in to comment.