Skip to content

Commit 2969712

Browse files
authored
Merge pull request #3297 from IntersectMBO/feat/add-budget-discussion-disconnected-route
feat: add budget discussion disconnected route
2 parents fab97db + 0080677 commit 2969712

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

govtool/frontend/src/consts/navItems.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ export const NAV_ITEMS = [
2525
navTo: PATHS.dRepDirectory,
2626
label: i18n.t("dRepDirectory.title"),
2727
},
28+
{
29+
dataTestId: "budget-discussion-link",
30+
navTo: BUDGET_DISCUSSION_PATHS.budgetDiscussion,
31+
label: i18n.t("budgetDiscussion.title"),
32+
newTabLink: null,
33+
},
2834
{
2935
dataTestId: "proposed-governance-actions-link",
3036
navTo: PDF_PATHS.proposalDiscussion,

0 commit comments

Comments
 (0)