feat: update private use moderation msgs and stage (#6872)

This commit is contained in:
coolbot
2026-07-26 00:10:48 +00:00
committed by GitHub
parent 7f07e66e4f
commit 44be49416b
7 changed files with 42 additions and 19 deletions
+2
View File
@@ -335,6 +335,8 @@ export function flattenStaticVariables(): Record<string, string> {
vars[`NEW_ENVIRONMENTS_LINK`] = `https://modrinth.com/news/article/new-environments`
vars[`LEARN_MORE_ABOUT_SERVERS_FLINK`] =
`[learn more about server projects from our news feed](https://modrinth.com/news/article/introducing-server-projects/)`
vars[`SHARED_INSTANCES_FLINK`] =
`[Shared Instances](https://modrinth.com/news/article/shared-instances/)`
return vars
}