From 255d6a4dbcba021f6c54f13b2f2758e7293ffd43 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 4 Mar 2022 23:00:00 +0900 Subject: [PATCH] added list of all skills used --- src/pages/Portfolio/index.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/Portfolio/index.tsx b/src/pages/Portfolio/index.tsx index 7262d00..cf3177e 100644 --- a/src/pages/Portfolio/index.tsx +++ b/src/pages/Portfolio/index.tsx @@ -73,13 +73,12 @@ const Portfolio = () => { Projects - {/* - // todo: filter projects by skill - {skills} + {/* todo: filter projects by skill */} -
-
- */} + {skills} + +
+
{projects}