From 7e53a634550177a1b839d3661750e042f120daad Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Mon, 29 Dec 2025 22:37:55 +0000 Subject: [PATCH] Correct servers page for darkmode & improve some wording. --- package.json | 2 +- src/locales/en.json | 4 ++-- src/views/Servers.vue | 30 +++++++----------------------- 3 files changed, 10 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index ad2758d..8b592d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beammp-website", "private": true, - "version": "2.4.11", + "version": "2.4.12", "type": "module", "scripts": { "dev": "vite", diff --git a/src/locales/en.json b/src/locales/en.json index bbbebc9..67e0571 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -51,7 +51,7 @@ "features": { "stable_servers": { "title": "Stable Servers", - "description": "BeamMP allows for stable servers, with a variety of servers located across the globe." + "description": "BeamMP allows for a stable environment, with a variety of servers located across the globe." }, "beamng": { "title": "BeamNG.drive", @@ -68,7 +68,7 @@ }, "communities": { "join": "Join a Thriving Community", - "description": "Discover diverse gameplay experiences across hundreds of unique servers", + "description": "Discover diverse gameplay experiences across thousands of unique servers", "racing": { "name": "Racing Communities", "description": "Competitive racing leagues and time trials with players worldwide" diff --git a/src/views/Servers.vue b/src/views/Servers.vue index b014935..8a52a22 100644 --- a/src/views/Servers.vue +++ b/src/views/Servers.vue @@ -1,8 +1,8 @@