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 17, 2024
1 parent c9ff6dd commit 1741f15
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 @@ -2,6 +2,7 @@ import {
CaseIcon,
CogIcon,
DoubleChevronRightIcon,
EarthGlobeIcon,
HeartIcon,
ImagesIcon,
InfoOutlineIcon,
Expand Down Expand Up @@ -105,7 +106,7 @@ const siteSettingSection = (S: StructureBuilder) =>
),
S.listItem()
.title("Locale")
.icon(TranslateIcon)
.icon(EarthGlobeIcon)
.child(
S.document()
.schemaType(localeID)
Expand Down

0 comments on commit 1741f15

Please sign in to comment.