diff --git a/src/patterns/ScreenHeroContainer/patterns/ThirdContentSection/ThirdContentSection.tsx b/src/patterns/ScreenHeroContainer/patterns/ThirdContentSection/ThirdContentSection.tsx index 4508765a2..038db8126 100644 --- a/src/patterns/ScreenHeroContainer/patterns/ThirdContentSection/ThirdContentSection.tsx +++ b/src/patterns/ScreenHeroContainer/patterns/ThirdContentSection/ThirdContentSection.tsx @@ -32,7 +32,7 @@ export function ThirdContentSection() { width: "100%", margin: "0 auto", flexDirection: { - xs: "column-reverse", + xs: "column-reverse" as any, md: "row", lg: "row", },