Skip to content

Commit

Permalink
Replace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 27, 2024
1 parent ca7c9fc commit f3e555b
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 @@ -7,6 +7,7 @@ import {
CogIcon,
ControlsIcon,
ProjectsIcon,
StackCompactIcon,
ComposeIcon,
HeartIcon,
} from "@sanity/icons";
Expand Down Expand Up @@ -52,7 +53,7 @@ export default (S: StructureBuilder) =>
.child(S.documentTypeList(pageBuilderID).title("Dynamic Pages")),
S.listItem()
.title("Static Pages")
.icon(ProjectsIcon)
.icon(StackCompactIcon)
.child(
S.list()
.title("Static Pages")
Expand Down

0 comments on commit f3e555b

Please sign in to comment.