diff --git a/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx b/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx index b7db91f..a0bedc9 100644 --- a/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx +++ b/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx @@ -13,7 +13,7 @@ export default async function ExperienceSection() { }); return ( -
+
{items.map((exp) => ( +
{items.map((project) => ( +
{Object.entries(categories).map(([category, items]) => (

{category}