diff --git a/src/app/page.tsx b/src/app/page.tsx index e12ec29..61c4bcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ const projects = [ icon: '/node.svg', title: 'Vanilla', description: 'JavaScript', - link: '/f', + link: '/g', }, { icon: '/node.svg', title: 'Vanilla', description: 'TypeScript', - link: '/f', + link: '/h', }, ]; diff --git a/src/components/extension/tree-view-api/index.tsx b/src/components/extension/tree-view-api/index.tsx index de1f7ca..9617f0c 100644 --- a/src/components/extension/tree-view-api/index.tsx +++ b/src/components/extension/tree-view-api/index.tsx @@ -258,8 +258,8 @@ const Folder = forwardRef
{expendedItems?.includes(value) - ? openIcon ?? - : closeIcon ?? } + ? (openIcon ?? ) + : (closeIcon ?? )} {element}