diff --git a/apps/frontend/src/components/ui/servers/Globe.vue b/apps/frontend/src/components/ui/servers/Globe.vue index 65040d9ab..56c9b826d 100644 --- a/apps/frontend/src/components/ui/servers/Globe.vue +++ b/apps/frontend/src/components/ui/servers/Globe.vue @@ -54,7 +54,8 @@ const locations = ref([ { name: "New York", lat: 40.7128, lng: -74.006, active: true, clicked: false }, { name: "Los Angeles", lat: 34.0522, lng: -118.2437, active: true, clicked: false }, { name: "Miami", lat: 25.7617, lng: -80.1918, active: true, clicked: false }, - { name: "Seattle", lat: 47.608013, lng: -122.3321, active: true, clicked: false }, + { name: "Spokane", lat: 47.667309, lng: -117.411922, active: true, clicked: false }, + { name: "Dallas", lat: 32.78372, lng: -96.7947, active: true, clicked: false }, // Future Locations // { name: "London", lat: 51.5074, lng: -0.1278, active: false, clicked: false }, // { name: "Frankfurt", lat: 50.1109, lng: 8.6821, active: false, clicked: false }, diff --git a/apps/frontend/src/pages/servers/index.vue b/apps/frontend/src/pages/servers/index.vue index d63a787b3..e310e7000 100644 --- a/apps/frontend/src/pages/servers/index.vue +++ b/apps/frontend/src/pages/servers/index.vue @@ -456,9 +456,10 @@ Where are Modrinth Servers located? Can I choose a region?

- Currently, Modrinth Servers are located in New York, Los Angeles, Seattle, and - Miami. More regions are coming soon! Your server's location is currently chosen - algorithmically, but you will be able to choose a region in the future. + Currently, Modrinth Servers are located throughout the United States in New York, + Los Angelas, Dallas, Miami, and Spokane. More regions are coming soon! Your server's + location is currently chosen algorithmically, but you will be able to choose a + region in the future.

@@ -539,9 +540,9 @@

- With strategically placed servers in New York, Los Angeles, Seattle, and Miami, we - ensure low latency connections for players across North America. Each location is - equipped with high-performance hardware and DDoS protection. + With strategically placed servers in New York, California, Texas, Florida, and + Washington, we ensure low latency connections for players across North America. + Each location is equipped with high-performance hardware and DDoS protection.