Skip to content

Commit

Permalink
feat(Locale): TranslateIcon → EarthGlobeIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 16, 2024
1 parent 155c056 commit 8ee1e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studio/schemas/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
PinIcon,
SearchIcon,
ImagesIcon,
EarthGlobeIcon,
} from "@sanity/icons";
import { soMeLinksID } from "./documents/socialMediaProfiles";
import { companyInfoID } from "./documents/companyInfo";
Expand Down Expand Up @@ -104,7 +105,7 @@ const siteSettingSection = (S: StructureBuilder) =>
),
S.listItem()
.title("Locale")
.icon(TranslateIcon)
.icon(EarthGlobeIcon)
.child(
S.document()
.schemaType(localeID)
Expand Down

0 comments on commit 8ee1e6e

Please sign in to comment.