Need help locating some components in OJS 3.5

Hi everyone,

I’m trying to edit the dashboard header in OJS 3.5.

In /lib/pkp/templates/layouts/backend.tpl, I found the following code, which displays the user and notification icons in the top right corner:

{if $currentUser}{call_hook name=“Template::Layout::Backend::HeaderActions”}
< top-nav-actions >< / top-nav-actions >
{/if}

Screenshot From 2025-10-22 19-56-26

I’d like more control over what appears inside.

Could anyone tell me where this component is defined or which file I should edit to customize it?

Thanks in advance!