Change out of stock URL to discord (#3256)

* Change out of stock URL to discord, switch from router links to normal anchor tags

* Update changelog
This commit is contained in:
Prospector
2025-02-12 19:09:11 -08:00
committed by GitHub
parent 6a12ef0e2c
commit d9983debce
3 changed files with 25 additions and 16 deletions

View File

@@ -10,6 +10,18 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-02-12T19:10:00-08:00`,
product: 'web',
body: `### Improvements
- Servers out of stock link now links to Modrinth Discord instead of support page.`,
},
{
date: `2025-02-12T19:10:00-08:00`,
product: 'servers',
body: `### Added
- Added server upgrades to switch to a larger plan as an option in billing settings.`,
},
{
date: `2025-02-12T12:10:00-08:00`,
product: 'web',