From 8ee1e6e1425cdd3d5631c40f00d284fc70e0cbec Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Mon, 16 Sep 2024 15:51:05 +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 253ff2728..bf0546aa1 100644 --- a/studio/schemas/deskStructure.ts +++ b/studio/schemas/deskStructure.ts @@ -15,6 +15,7 @@ import { PinIcon, SearchIcon, ImagesIcon, + EarthGlobeIcon, } from "@sanity/icons"; import { soMeLinksID } from "./documents/socialMediaProfiles"; import { companyInfoID } from "./documents/companyInfo"; @@ -104,7 +105,7 @@ const siteSettingSection = (S: StructureBuilder) => ), S.listItem() .title("Locale") - .icon(TranslateIcon) + .icon(EarthGlobeIcon) .child( S.document() .schemaType(localeID)