Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HWPV-186: Updating dashboard page #637

Merged
merged 8 commits into from
Jun 11, 2024
Prev Previous commit
Next Next commit
HWPV-186: shortening 'download' nav option text
  • Loading branch information
ashleygyngell committed May 16, 2024
commit d58407697a00042695fc58dccba5395d6971a418
2 changes: 1 addition & 1 deletion app/views/partials/navigation_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

{% if userNavigationOptions.download == true %}
{% set primaryNavigationItems = primaryNavigationItems | concat([{
text: 'Download payment files',
text: 'Download',
href: '/download-payment-files',
active: activeMainNav === 'download'
}]) %}
Expand Down