beta #12

Merged
didirus merged 74 commits from beta into release 2025-07-26 09:49:03 +00:00
4 changed files with 22 additions and 2 deletions
Showing only changes of commit 4723de6269 - Show all commits

View File

@@ -1346,6 +1346,15 @@ const footerLinks = [
}),
),
},
{
href: "/legal/copyright",
label: formatMessage(
defineMessage({
id: "layout.footer.legal.copyright-policy",
defaultMessage: "Copyright Policy and DMCA",
}),
),
},
],
},
];

View File

@@ -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"
},

View File

@@ -443,8 +443,9 @@
Where are Modrinth Servers located? Can I choose a region?
</summary>
<p class="m-0 ml-6 leading-[160%]">
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.
</p>
</details>

View File

@@ -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',