Skip to content

Commit

Permalink
refactor: rename "Blog" to "Static Pages" in deskStructure.ts (#525)
Browse files Browse the repository at this point in the history
* refactor: rename "Blog" to "Static Pages" in deskStructure.ts

* Replace icon
  • Loading branch information
anemne authored Aug 27, 2024
1 parent 79da6d5 commit 771642a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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 @@ -51,11 +52,11 @@ export default (S: StructureBuilder) =>
.icon(ProjectsIcon)
.child(S.documentTypeList(pageBuilderID).title("Dynamic Pages")),
S.listItem()
.title("Blog")
.icon(ComposeIcon)
.title("Static Pages")
.icon(StackCompactIcon)
.child(
S.list()
.title("Blog")
.title("Static Pages")
.items([
S.listItem()
.title("Blog Overview & Settings")
Expand Down

0 comments on commit 771642a

Please sign in to comment.