diff --git a/components/common/projectBox.tsx b/components/common/projectBox.tsx index ad0e928..3e0837a 100644 --- a/components/common/projectBox.tsx +++ b/components/common/projectBox.tsx @@ -9,7 +9,7 @@ const ProjectBox = ({ project }: { project: Project }) => { return ( - {!(project.id === 10 || project.id === 12) && ( + {!(project.id === 10) && ( {
React.js
Next.js
ReactNative
-
Node.js
+
Express
diff --git a/pages/project/index.tsx b/pages/project/index.tsx index c9ab863..de082be 100644 --- a/pages/project/index.tsx +++ b/pages/project/index.tsx @@ -47,7 +47,7 @@ const Detail = () => { - {!(data?.id === 10 || data?.id === 12) && ( + {!(data?.id === 10) && (