From 7773754e84fc2d76e70cbc28c6e39dc2133b890e Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Tue, 25 Mar 2025 07:45:23 +0900 Subject: [PATCH] Fixed flag not displaying for West Virginia (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The flag for West Virginia was not displaying correctly. This was due to a mismatch between the key (West_Virginia) and the displayed name (West Virginia). I corrected the key reference to ensure the flag loads properly. スクリーンショット 2025-03-23 23 02 02 --- src/client/data/countries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/data/countries.json b/src/client/data/countries.json index d5f4dcf07..094dea995 100644 --- a/src/client/data/countries.json +++ b/src/client/data/countries.json @@ -1581,7 +1581,7 @@ "name": "Washington" }, { - "code": "West Virginia", + "code": "West_Virginia", "name": "West Virginia" }, {