aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/heroImage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/components/heroImage.tsx')
-rw-r--r--packages/website/ts/@next/components/heroImage.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/website/ts/@next/components/heroImage.tsx b/packages/website/ts/@next/components/heroImage.tsx
index 7b9014c37..e16e29199 100644
--- a/packages/website/ts/@next/components/heroImage.tsx
+++ b/packages/website/ts/@next/components/heroImage.tsx
@@ -4,7 +4,7 @@ import styled from 'styled-components';
import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg';
interface Props {
- image: React.ReactNode;
+ image: React.Node;
}
export const LandingAnimation = (props: Props) => (
@@ -14,7 +14,6 @@ export const LandingAnimation = (props: Props) => (
);
const Wrap = styled.figure`
- border: 1px solid red;
display: inline-block;
svg {