From b4c81095e89e4cc6222634582ec9a3f3396a86f2 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 20 Mar 2022 00:16:27 +0600 Subject: [PATCH] Update header --- src/components/project/index.jsx | 46 +++++++++++++++----------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index 084fcd4..b6c2f7b 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -130,31 +130,27 @@ const Project = ({ repo, loading }) => {
-
    -
  • -
    -
    - {loading ? ( - skeleton({ width: 'w-28', height: 'h-8' }) - ) : ( - My Projects - )} -
    - {loading ? ( - skeleton({ width: 'w-10', height: 'h-5' }) - ) : ( - - See All - - )} -
    -
  • -
+
+
+ {loading ? ( + skeleton({ width: 'w-28', height: 'h-8' }) + ) : ( + My Projects + )} +
+ {loading ? ( + skeleton({ width: 'w-10', height: 'h-5' }) + ) : ( + + See All + + )} +