From 1741f15cd8d1afeea4497e353e10edfedfc57195 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Tue, 17 Sep 2024 14:30:30 +0200 Subject: [PATCH] =?UTF-8?q?feat(Locale):=20TranslateIcon=20=E2=86=92=20Ear?= =?UTF-8?q?thGlobeIcon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- studio/schemas/deskStructure.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/studio/schemas/deskStructure.ts b/studio/schemas/deskStructure.ts index 493e58805..459aee217 100644 --- a/studio/schemas/deskStructure.ts +++ b/studio/schemas/deskStructure.ts @@ -2,6 +2,7 @@ import { CaseIcon, CogIcon, DoubleChevronRightIcon, + EarthGlobeIcon, HeartIcon, ImagesIcon, InfoOutlineIcon, @@ -105,7 +106,7 @@ const siteSettingSection = (S: StructureBuilder) => ), S.listItem() .title("Locale") - .icon(TranslateIcon) + .icon(EarthGlobeIcon) .child( S.document() .schemaType(localeID)