From daccb06a60e10e36d400f3b46807fac07b68a4fe Mon Sep 17 00:00:00 2001 From: ryanml Date: Tue, 9 Jul 2019 10:17:58 -0700 Subject: Create MetaFoxLogo component (#6819) --- .../select-action/select-action.component.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'ui/app/pages/first-time-flow/select-action') diff --git a/ui/app/pages/first-time-flow/select-action/select-action.component.js b/ui/app/pages/first-time-flow/select-action/select-action.component.js index 5af29a505..9e7b84e93 100644 --- a/ui/app/pages/first-time-flow/select-action/select-action.component.js +++ b/ui/app/pages/first-time-flow/select-action/select-action.component.js @@ -1,6 +1,7 @@ import React, { PureComponent } from 'react' import PropTypes from 'prop-types' import Button from '../../../components/ui/button' +import MetaFoxLogo from '../../../components/ui/metafox-logo' import { INITIALIZE_METAMETRICS_OPT_IN_ROUTE, } from '../../../helpers/constants/routes' @@ -40,19 +41,7 @@ export default class SelectAction extends PureComponent { return (
-
- - -
+
-- cgit