Skip to content

Commit

Permalink
Use icon_name for MediaSearchArea
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 1, 2023
1 parent dfce673 commit accd29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagtailmedia/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def register_media_search_area():
_("Media"),
reverse("wagtailmedia:index"),
name="media",
classname="icon icon-media",
icon_name="media",
order=400,
)

Expand Down

0 comments on commit accd29a

Please sign in to comment.