Skip to content

Commit

Permalink
fix(backoffice): link to v5 of Font Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Aug 26, 2024
1 parent 622a8cc commit 668a076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Label="Show in hamburger menu" />
<MudTextField Adornment="Adornment.Start" AdornmentIcon="@("fas fa-" + Record.FontAwesomeIconName)"
T="string" @bind-Value="Record.FontAwesomeIconName" Label="FontAwesome Icon Name" />
<MudLink Href="https://fontawesome.com/search?m=free&o=r">Icon Reference</MudLink>
<MudLink Href="https://fontawesome.com/v5/search?o=r&m=free">Icon Reference</MudLink>
<MudTextField T="string" Lines="8" @bind-Value="Record.Description" Required="true"
RequiredError="Description is required." Label="Description" />
</MudForm>
Expand Down

0 comments on commit 668a076

Please sign in to comment.