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