Skip to content

Commit

Permalink
communities menu: change requests icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur authored and zzacharo committed Jul 14, 2023
1 parent 385f91b commit 68ae18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_communities/views/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def register_menus():
text=_("Requests"),
order=2,
expected_args=["pid_value"],
**dict(icon="comments", permissions="can_search_requests")
**dict(icon="inbox", permissions="can_search_requests")
)
communities.submenu("members").register(
"invenio_communities.members",
Expand Down

0 comments on commit 68ae18e

Please sign in to comment.