Skip to content

Commit

Permalink
Add more suitable icon for consent menu item (mirrors enrolment)
Browse files Browse the repository at this point in the history
  • Loading branch information
samgibsonmoj committed Sep 5, 2024
1 parent 3331c8d commit ba3e6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
@if (Participant.EnrolmentStatus == EnrolmentStatus.EnrolmentConfirmedStatus)
{
<MudMenuItem Icon="@Icons.Material.Filled.Send" IconColor="Color.Primary" OnClick="OpenConsentDialog">@ConstantString.AddConsent</MudMenuItem>
<MudMenuItem Icon="@Icons.Material.Filled.Approval" IconColor="Color.Primary" OnClick="OpenConsentDialog">@ConstantString.AddConsent</MudMenuItem>
}


Expand Down

0 comments on commit ba3e6da

Please sign in to comment.