);
};
diff --git a/src/components/experience-card/index.tsx b/src/components/experience-card/index.tsx
index 0c806fe..cc58dea 100644
--- a/src/components/experience-card/index.tsx
+++ b/src/components/experience-card/index.tsx
@@ -58,48 +58,42 @@ const ExperienceCard = ({
return array;
};
return (
- <>
- {experiences?.length !== 0 && (
-
-
-
-
- {loading ? (
- skeleton({ widthCls: 'w-32', heightCls: 'h-8' })
- ) : (
-
- Experience
-
- )}
-
-
-
-
- {loading ? (
- renderSkeleton()
- ) : (
-
- {experiences.map((experience, index) => (
-
- ))}
-
- )}
-
-
-
+
+
+
+
+ {loading ? (
+ skeleton({ widthCls: 'w-32', heightCls: 'h-8' })
+ ) : (
+ Experience
+ )}
+
- )}
- >
+
+
+ {loading ? (
+ renderSkeleton()
+ ) : (
+
+ {experiences.map((experience, index) => (
+
+ ))}
+
+ )}
+
+
+
+
);
};
diff --git a/src/components/gitprofile.tsx b/src/components/gitprofile.tsx
index 98a88d2..7d1ca0f 100644
--- a/src/components/gitprofile.tsx
+++ b/src/components/gitprofile.tsx
@@ -217,22 +217,30 @@ const GitProfile = ({ config }: { config: Config }) => {
github={sanitizedConfig.github}
social={sanitizedConfig.social}
/>
-
-
-
-
+ {sanitizedConfig.skills.length !== 0 && (
+
+ )}
+ {sanitizedConfig.experiences.length !== 0 && (
+
+ )}
+ {sanitizedConfig.certifications.length !== 0 && (
+
+ )}
+ {sanitizedConfig.educations.length !== 0 && (
+
+ )}