diff --git a/src/components/education/index.jsx b/src/components/education/index.jsx
index e959df7..a746d69 100644
--- a/src/components/education/index.jsx
+++ b/src/components/education/index.jsx
@@ -8,9 +8,9 @@ const ListItem = ({ time, degree, institution }) => (
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
style={{ left: '-4.5px' }}
>
-
{time}
- {degree}
- {institution}
+ {time}
+ {degree}
+ {institution}
);
diff --git a/src/components/experience/index.jsx b/src/components/experience/index.jsx
index c3ad474..334a4b8 100644
--- a/src/components/experience/index.jsx
+++ b/src/components/experience/index.jsx
@@ -8,9 +8,9 @@ const ListItem = ({ time, position, company }) => (
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
style={{ left: '-4.5px' }}
>
- {time}
- {position}
- {company}
+ {time}
+ {position}
+ {company}
);