Skip to content

Commit 3c23e3b

Browse files
committed
feat(src/data/Navbar.tsx, src/component/shell/navbar.tsx): Remove unused nav items
1 parent e2f9a8e commit 3c23e3b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/data/Navbar.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,24 @@ export const RepoMenu = (props: { owner: string, repo: string }): AppNavbarProps
202202
active: true,
203203
id: "repo-file",
204204
},
205-
{
206-
title: "Wiki",
207-
icon: <FaWikipediaW/>,
208-
active: false,
209-
id: "repo-wiki",
210-
},
211-
{
212-
title: "Issues",
213-
icon: <VscIssues/>,
214-
active: false,
215-
id: "repo-issues",
216-
},
217-
{
218-
title: "PR",
219-
icon: <GoGitPullRequest/>,
220-
active: false,
221-
id: "repo-pr",
222-
},
205+
// {
206+
// title: "Wiki",
207+
// icon: <FaWikipediaW/>,
208+
// active: false,
209+
// id: "repo-wiki",
210+
// },
211+
// {
212+
// title: "Issues",
213+
// icon: <VscIssues/>,
214+
// active: false,
215+
// id: "repo-issues",
216+
// },
217+
// {
218+
// title: "PR",
219+
// icon: <GoGitPullRequest/>,
220+
// active: false,
221+
// id: "repo-pr",
222+
// },
223223
{
224224
title: "Actions",
225225
icon: <GrActions/>,

0 commit comments

Comments
 (0)