From 6c358fad4b71fa82453f0bd1b9acd39b46f195d1 Mon Sep 17 00:00:00 2001 From: Luca Burgio Date: Tue, 26 Dec 2023 12:07:05 +0100 Subject: [PATCH] fix prettier error --- iconoir.com/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/iconoir.com/pages/index.tsx b/iconoir.com/pages/index.tsx index d0ba52d1..bc9b2d26 100644 --- a/iconoir.com/pages/index.tsx +++ b/iconoir.com/pages/index.tsx @@ -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; > * {