Skip to content

Commit

Permalink
classnames -> classname
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs authored and zerolab committed Nov 1, 2023
1 parent 04a257b commit 8c24f57
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",
classnames="icon icon-media",
classname="icon icon-media",
order=400,
)

Expand Down

0 comments on commit 8c24f57

Please sign in to comment.