We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab97db + 0080677 commit 2969712Copy full SHA for 2969712
govtool/frontend/src/consts/navItems.tsx
@@ -25,6 +25,12 @@ export const NAV_ITEMS = [
25
navTo: PATHS.dRepDirectory,
26
label: i18n.t("dRepDirectory.title"),
27
},
28
+ {
29
+ dataTestId: "budget-discussion-link",
30
+ navTo: BUDGET_DISCUSSION_PATHS.budgetDiscussion,
31
+ label: i18n.t("budgetDiscussion.title"),
32
+ newTabLink: null,
33
+ },
34
{
35
dataTestId: "proposed-governance-actions-link",
36
navTo: PDF_PATHS.proposalDiscussion,
0 commit comments