Skip to content

Commit 529df71

Browse files
committed
feat: add art components
1 parent 974d5f4 commit 529df71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Sidebar/Sidebar.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default function Sidebar() {
1616
case "leetcode": window.location.pathname += `${path}`; break;
1717
case "Bridge-Tools": window.location.pathname += `${path}`; break;
1818
case "noname extension": window.location.pathname += "noname-extension"; break;
19+
case "Art Components": window.location.pathname += "art-components"; break;
1920
default: window.location.pathname = window.location.pathname; break;
2021
}
2122
// }
@@ -39,8 +40,9 @@ export default function Sidebar() {
3940
<SideNavigationSubItem text="noname extension" />
4041
<SideNavigationSubItem text="Bridge" />
4142
<SideNavigationSubItem text="leetcode" />
42-
<SideNavigationSubItem text="tricks in javascript" />
43+
{/* <SideNavigationSubItem text="tricks in javascript" /> */}
4344
<SideNavigationSubItem text="Bridge-Tools" />
45+
<SideNavigationSubItem text="Art Components" />
4446
</SideNavigationItem>
4547

4648
</SideNavigation>

0 commit comments

Comments
 (0)