You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
As a developer, I need to simplify the new header menu into a loop.
Description
In the multi-life event version of the application, the new header menu should be a loop and not individually hardcoded. Doing this will make the code:
User Story
As a developer, I need to simplify the new header menu into a loop.
Description
In the multi-life event version of the application, the new header menu should be a loop and not individually hardcoded. Doing this will make the code:
Here is the current code: main...579-nav-changes#diff-83e8a3432a09a97279997b583856e373eb1dda6f55f6e7a532b7541cc6a79b31R79-R123
Noting that we have already done this with the new footer menu, e.g. https://github.com/GSA/usagov-benefits-eligibility/blob/multi-life-event-2023/components/BetaUsaGovFooterNav.vue#L22-L33
Proposed Fix
Follow the data structure for the provided footer menu example and do the same for the header menu.
The text was updated successfully, but these errors were encountered: