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
+
+ )}
+