diff --git a/hypha/apply/dashboard/wagtail_hooks.py b/hypha/apply/dashboard/wagtail_hooks.py index 53a2a9627a08a41776dfbdb9efbb58e527bacc9d..ecfbe1a08b655bf4a912582c5b6d271319f82bd0 100644 --- a/hypha/apply/dashboard/wagtail_hooks.py +++ b/hypha/apply/dashboard/wagtail_hooks.py @@ -13,6 +13,6 @@ def register_dashboard_menu_item(): return MenuItem( "Apply Dashboard", urljoin(apply_home.url, reverse("dashboard:dashboard", "hypha.urls")), - classnames="icon icon-arrow-left", + classname="icon icon-arrow-left", order=100000, ) diff --git a/requirements.txt b/requirements.txt index f13387962b6f895212d66910c518880ad7ca1848..8fb9d588c186344cc895f5d3cf6cf054664f91d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ tablib==3.5.0 tomd==0.1.3 wagtail-cache==2.4.0 wagtail-purge==0.3.0 -wagtail==5.2.3 +wagtail==5.2.5 whitenoise==6.6.0 xhtml2pdf==0.2.15 xmltodict==0.13.0