From 2fa30bdd0ee61dc1a4882bcc5f3f22a733fb8ed7 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Mon, 30 Sep 2024 07:08:33 -0700 Subject: [PATCH] improvement: add info about migrating regions --- frontend/src/components/navigation/RegionSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/navigation/RegionSelect.tsx b/frontend/src/components/navigation/RegionSelect.tsx index 54b393d1b..21bc26a56 100644 --- a/frontend/src/components/navigation/RegionSelect.tsx +++ b/frontend/src/components/navigation/RegionSelect.tsx @@ -110,7 +110,7 @@ export const RegionSelect = () => { {regions.map(({ value, label, location, flag }) => (