aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/@next/components/logo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/logo.tsx b/packages/website/ts/@next/components/logo.tsx
index 6e6abee2a..a2af8b982 100644
--- a/packages/website/ts/@next/components/logo.tsx
+++ b/packages/website/ts/@next/components/logo.tsx
@@ -25,7 +25,7 @@ const StyledLogo = styled.div`
}
`;
-const Icon = styled(LogoIcon)`
+const Icon = styled(LogoIcon)<LogoInterface>`
flex-shrink: 0;
path {