Commit 529df71 1 parent 974d5f4 commit 529df71 Copy full SHA for 529df71
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export default function Sidebar() {
16
16
case "leetcode" : window . location . pathname += `${ path } ` ; break ;
17
17
case "Bridge-Tools" : window . location . pathname += `${ path } ` ; break ;
18
18
case "noname extension" : window . location . pathname += "noname-extension" ; break ;
19
+ case "Art Components" : window . location . pathname += "art-components" ; break ;
19
20
default : window . location . pathname = window . location . pathname ; break ;
20
21
}
21
22
// }
@@ -39,8 +40,9 @@ export default function Sidebar() {
39
40
< SideNavigationSubItem text = "noname extension" />
40
41
< SideNavigationSubItem text = "Bridge" />
41
42
< SideNavigationSubItem text = "leetcode" />
42
- < SideNavigationSubItem text = "tricks in javascript" />
43
+ { /* <SideNavigationSubItem text="tricks in javascript" /> */ }
43
44
< SideNavigationSubItem text = "Bridge-Tools" />
45
+ < SideNavigationSubItem text = "Art Components" />
44
46
</ SideNavigationItem >
45
47
46
48
</ SideNavigation >
You can’t perform that action at this time.
0 commit comments