Make it slightly clearer that the app is in beta (#4333)

* Make it slightly clearer that the app is in beta and add linux disclaimer. Also changed the way Modrinth App was being referred to as a regular noun instead of a proper noun

* i18n for app page

* update home page to use ~content
This commit is contained in:
Prospector
2025-09-03 15:13:23 -07:00
committed by GitHub
parent 79aa41fd7a
commit f5aece1fb1
7 changed files with 711 additions and 234 deletions

View File

@@ -5,6 +5,10 @@ export const commonMessages = defineMessages({
id: 'button.analytics',
defaultMessage: 'Analytics',
},
betaRelease: {
id: 'badge.beta-release',
defaultMessage: 'Beta Release',
},
allProjectType: {
id: 'project-type.all',
defaultMessage: 'All',