Skip to content

Commit 2a1f850

Browse files
sktbrdclaude
andauthored
feat(nav): flag Stake as NEW! in the Money dropdown (#253)
Stake shipped without a badge because which one it deserved was a call about the campaign's status rather than something to infer from the route existing. That call is now made: NEW!, the same literal Bounties and Swap already carry. No i18n change — badges are literal strings on the nav item, not translated keys, so this reads NEW! in both locales from one line. The dropdown now shows three NEW! (Stake, Bounties, Swap) and two SOON (Rounds, Shop). That is intentional; nothing was removed from the other two. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 371a13b commit 2a1f850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/layout/DaoHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ function buildNavigationItems(t: NavTranslations) {
141141
href: "/stake",
142142
icon: Coins,
143143
description: t("items.money.stake.description"),
144+
badge: "NEW!",
144145
},
145146
{
146147
title: t("items.money.bounties.title"),

0 commit comments

Comments
 (0)