Skip to content

Commit d81c499

Browse files
Remove edit button icon for categories
It was distracting and the way they are now disabled is a better teaching method.
1 parent a822d02 commit d81c499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JournalApp/Pages/ManageCategoriesPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<MudButton Class="manage-category-edit-button"
3737
Variant="Variant.Text" OnClick="async () => await Edit(c)" Disabled="c.ReadOnly || !c.Enabled"
38-
StartIcon="@Icons.Material.Rounded.Edit" Size="Size.Large" aria-label="Make changes">@c.Name</MudButton>
38+
Size="Size.Large" aria-label="Make changes">@c.Name</MudButton>
3939
</div>
4040
}
4141
}

0 commit comments

Comments
 (0)