diff --git a/src/App.tsx b/src/App.tsx index 823cc99..6147061 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,7 @@ const Card = lazy(() => import('@/components/Card')); export default function App() { return ( -
+
diff --git a/src/components/Cards/Experience.tsx b/src/components/Cards/Experience.tsx index f11934c..21468a9 100644 --- a/src/components/Cards/Experience.tsx +++ b/src/components/Cards/Experience.tsx @@ -40,7 +40,11 @@ function Experience() {
- {experience.descriptions.map((desc) =>
• {desc}
)} + {experience.descriptions.map((desc) => +
+ • +
+ )}