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 6, 2024
1 parent 643176b commit 8d473d4
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 8d473d4

Please sign in to comment.