Revert "Revert "turn off medal promo""

This reverts commit 235717b01c.
This commit is contained in:
Prospector
2025-08-18 12:26:10 -07:00
parent ee8c47adcb
commit 76d0ef03e7
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -10,12 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{ // {
date: `2025-08-18T11:25:00-07:00`, // date: `2025-08-18T11:25:00-07:00`,
product: 'web', // product: 'web',
body: `### Improvements // body: `### Improvements
- Added Modrinth Servers free trial promotion in partnership with Medal.`, // - Added Modrinth Servers free trial promotion in partnership with Medal.`,
}, // },
{ {
date: `2025-08-18T09:10:00-07:00`, date: `2025-08-18T09:10:00-07:00`,
product: 'servers', product: 'servers',