chore: lint project

This commit is contained in:
Bereket Engida
2024-09-26 08:14:28 +03:00
parent 4d879263da
commit d4f4b94386
360 changed files with 16260 additions and 16182 deletions

View File

@@ -21,9 +21,7 @@ const Section = ({
id={id}
className={`
relative
${customPaddings ||
`py-10 lg:py-16 ${crosses ? "" : ""}`
}
${customPaddings || `py-10 lg:py-16 ${crosses ? "" : ""}`}
${className || " "}`}
>
{children}
@@ -34,8 +32,9 @@ const Section = ({
{crosses && (
<>
<div
className={`hidden absolute top-0 left-7.5 right-7.5 h-0.25 bg-[#26242C] ${crossesOffset && crossesOffset
} pointer-events-none lg:block xl:left-16 right-16`}
className={`hidden absolute top-0 left-7.5 right-7.5 h-0.25 bg-[#26242C] ${
crossesOffset && crossesOffset
} pointer-events-none lg:block xl:left-16 right-16`}
/>
<SectionSvg crossesOffset={crossesOffset} />
</>
@@ -44,4 +43,4 @@ const Section = ({
);
};
export default Section;
export default Section;