fix prettier error

This commit is contained in:
Luca Burgio 2023-12-26 12:07:05 +01:00
parent 777af4e27f
commit 6c358fad4b

View file

@ -142,6 +142,7 @@ export const HeroDescription = styled(Text18)<{ topMargin?: number }>`
margin-top: ${(props) => props.topMargin || 0}px;
}
`;
const SupportContainer = styled.div`
text-align: center;
> * {