Skip to content

Commit

Permalink
Update studio/schemas/deskStructure.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne authored Sep 2, 2024
1 parent d7fae5a commit a41f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default (S: StructureBuilder) =>
),
S.listItem()
.title("Offices")
.icon(CaseIcon)
.icon(HomeIcon)
.child(S.documentTypeList("office").title("Offices")),
]),
),
Expand Down

0 comments on commit a41f96c

Please sign in to comment.