diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 643765456..842eaf376 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -1346,6 +1346,15 @@ const footerLinks = [ }), ), }, + { + href: "/legal/copyright", + label: formatMessage( + defineMessage({ + id: "layout.footer.legal.copyright-policy", + defaultMessage: "Copyright Policy and DMCA", + }), + ), + }, ], }, ]; diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 828e3ffdc..6ba936c22 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -404,6 +404,9 @@ "layout.footer.legal-disclaimer": { "message": "NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT." }, + "layout.footer.legal.copyright-policy": { + "message": "Copyright Policy and DMCA" + }, "layout.footer.legal.privacy-policy": { "message": "Privacy Policy" }, diff --git a/apps/frontend/src/pages/servers/index.vue b/apps/frontend/src/pages/servers/index.vue index 60495d150..2774e01e0 100644 --- a/apps/frontend/src/pages/servers/index.vue +++ b/apps/frontend/src/pages/servers/index.vue @@ -443,8 +443,9 @@ Where are Modrinth Servers located? Can I choose a region?
- We have servers in both North America in Vint Hill, Virginia, and Europe in Limburg, - Germany. More regions to come in the future! + We have servers available in North America and Europe at the moment that you can + choose upon purchase. More regions to come in the future! If you'd like to switch + your region, please contact support.
diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 8a76b2dd3..72e3a2aef 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-15T12:40:00-07:00`, + product: 'web', + body: `### Improvements +- Added copyright policy and DMCA links to footer. +- Updated Modrinth Servers FAQ to include the new UK location.`, + }, { date: `2025-07-15T08:20:00-07:00`, product: 'web',