You've already forked AstralRinth
@@ -25,7 +25,7 @@ export const DEFAULT_FEATURE_FLAGS = validateValues({
|
||||
|
||||
// Feature toggles
|
||||
projectTypesPrimaryNav: false,
|
||||
enableMedalPromotion: false,
|
||||
enableMedalPromotion: true,
|
||||
hidePlusPromoInUserMenu: false,
|
||||
oldProjectCards: true,
|
||||
newProjectCards: false,
|
||||
|
||||
@@ -10,12 +10,12 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
// {
|
||||
// date: `2025-08-18T11:25:00-07:00`,
|
||||
// product: 'web',
|
||||
// body: `### Improvements
|
||||
// - Added Modrinth Servers free trial promotion in partnership with Medal.`,
|
||||
// },
|
||||
{
|
||||
date: `2025-08-18T11:25:00-07:00`,
|
||||
product: 'web',
|
||||
body: `### Improvements
|
||||
- Added Modrinth Servers free trial promotion in partnership with Medal.`,
|
||||
},
|
||||
{
|
||||
date: `2025-08-18T09:10:00-07:00`,
|
||||
product: 'servers',
|
||||
|
||||
Reference in New Issue
Block a user