turn off medal promo

This commit is contained in:
Prospector
2025-08-18 11:47:38 -07:00
parent 490b994d7b
commit 518f7adafb
2 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ export const DEFAULT_FEATURE_FLAGS = validateValues({
// Feature toggles
projectTypesPrimaryNav: false,
enableMedalPromotion: true,
enableMedalPromotion: false,
hidePlusPromoInUserMenu: false,
oldProjectCards: true,
newProjectCards: false,