Skip to content

Commit 8861656

Browse files
committed
Update Wagtail menu icon
1 parent a878e09 commit 8861656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wagtailstreamforms/wagtail_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class FormModelAdmin(ModelAdmin):
142142
list_filter = None
143143
menu_label = _(get_setting("ADMIN_MENU_LABEL"))
144144
menu_order = get_setting("ADMIN_MENU_ORDER")
145-
menu_icon = "icon icon-form"
145+
menu_icon = "form"
146146
search_fields = ("title", "slug")
147147
button_helper_class = FormButtonHelper
148148
inspect_view_class = InspectFormView

0 commit comments

Comments
 (0)