From 4723de6269727b15f33b28c2eb624dd89d3796b7 Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 15 Jul 2025 12:36:29 -0700 Subject: [PATCH] Update MRS marketing and add copyright policy to footer --- apps/frontend/src/layouts/default.vue | 9 +++++++++ apps/frontend/src/locales/en-US/index.json | 3 +++ apps/frontend/src/pages/servers/index.vue | 5 +++-- packages/utils/changelog.ts | 7 +++++++ 4 files changed, 22 insertions(+), 2 deletions(-) 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',