diff --git a/src/components/Main/Products/Tabs/ForTeachingTab.tsx b/src/components/Main/Products/Tabs/ForTeachingTab.tsx index cc9a8cb..c873dc5 100644 --- a/src/components/Main/Products/Tabs/ForTeachingTab.tsx +++ b/src/components/Main/Products/Tabs/ForTeachingTab.tsx @@ -20,7 +20,7 @@ export function ForTeachingTab() { itemProp="forEducation" itemScope itemType="https://schema.org/TrainingsForEducation" - className="overflow-hidden lg:px-10 lg:pt-10 sm:px-6 sm:pt-6 px-4 pt-4 bg-[#14161F] border-y border-[#3D425C]" + className="overflow-hidden lg:px-10 lg:pt-10 sm:px-6 sm:pt-6 px-4 py-4 bg-[#14161F] border-y border-[#3D425C]" > обучение обучение diff --git a/src/components/Main/Products/Tabs/IndustrialTab.tsx b/src/components/Main/Products/Tabs/IndustrialTab.tsx index cd9ab6e..6e73c4b 100644 --- a/src/components/Main/Products/Tabs/IndustrialTab.tsx +++ b/src/components/Main/Products/Tabs/IndustrialTab.tsx @@ -108,12 +108,12 @@ export function IndustrialTab() { /> тренажеры тренажеры diff --git a/src/components/icons/LogoWithTextIcon.tsx b/src/components/icons/LogoWithTextIcon.tsx index 8f97ac6..a97fa2f 100644 --- a/src/components/icons/LogoWithTextIcon.tsx +++ b/src/components/icons/LogoWithTextIcon.tsx @@ -2,8 +2,6 @@ export function LogoWithTextIcon({ className = '' }: { className?: string }) { return ( ({ transitionDuration: `${sliderOffset !== baseoffset && sliderOffset !== 3 * baseoffset && sliderOffset !== 0 ? 1 : 0}s`, }} > - {order.map((currentSlide, index) => { - return ( - - - - ); - })} + {order.map((currentSlide, index) => ( + + + + ))}