mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
chore: wiki sidebar improvement (#2559)
This commit is contained in:
committed by
GitHub
parent
55fb5010f1
commit
fa38bd342f
@@ -63,19 +63,19 @@ export const PagesAppSidebarList = observer(() => {
|
||||
} = {
|
||||
public: {
|
||||
key: "public",
|
||||
label: "PUBLIC",
|
||||
label: "Public",
|
||||
icon: Globe2,
|
||||
pageIds: getCurrentWorkspacePageIdsByType("public"),
|
||||
},
|
||||
private: {
|
||||
key: "private",
|
||||
label: "PRIVATE",
|
||||
label: "Private",
|
||||
icon: Lock,
|
||||
pageIds: getCurrentWorkspacePageIdsByType("private"),
|
||||
},
|
||||
archived: {
|
||||
key: "archived",
|
||||
label: "ARCHIVED",
|
||||
label: "Archived",
|
||||
icon: ArchiveIcon,
|
||||
pageIds: getCurrentWorkspacePageIdsByType("archived"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user