From acdae7105c9a54e06e07b11fd4b3b5fe6775efa7 Mon Sep 17 00:00:00 2001 From: Toso <79952986+Tosoju@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:31:58 -0500 Subject: [PATCH] Update configurations.ts Remove confusion from Washington state and Washington D.C. --- src/utils/configurations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/configurations.ts b/src/utils/configurations.ts index 24e1324..fbe4efa 100644 --- a/src/utils/configurations.ts +++ b/src/utils/configurations.ts @@ -225,7 +225,7 @@ const configurations: any = { lon: -79.3832, }, washington: { - name: 'Washington', + name: 'Washington D.C.', timezone: 'America/New_York', locale: 'en-US', lat: 38.9072,