From ea71fdee1d0c90ac178c64fe40b3291a6d98a03d Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 20 Mar 2022 18:34:20 +0600 Subject: [PATCH] Wrap the project items with a container --- src/components/project/index.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index 53351d1..d4ad894 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -131,9 +131,9 @@ const Project = ({ repo, loading }) => {
-
+
-
+
{loading ? ( skeleton({ width: 'w-28', height: 'h-8' }) @@ -154,14 +154,14 @@ const Project = ({ repo, loading }) => { )}
+
+
+ {loading || !repo ? renderSkeleton() : renderProjects()} +
+
-
-
- {loading || !repo ? renderSkeleton() : renderProjects()} -
-