@@ -70,10 +70,16 @@ const MediumCustomSpacer = () => (
>
);
-const LargeSecurityLogo = () => (
-
-);
+const CenteredEuiFlexItem = styled(EuiFlexItem)`
+ align-items: center;
+`;
+const LargeSecurityLogo = () => ;
+
+const LargeLogo = styled(EuiIcon)`
+ width: 128px;
+ height: 128px;
+`;
const Features = () => (